Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Setx command issue
Name: MahaPrabhu Date: May 13, 2009 at 13:00:13 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hi,
I am using the following to set an environment variable - SETX test_env "C:\Tester1"
The test_env is correctly set, but the command prompt would not close. I tried executing the command directly in a command prompt rather than invoking a batch file that contains the SETX command. But in both the cases the command prompt hangs .
Can someone please tell me a way of closing the command prompt
Summary: Hello Guys, I need to set, rather edit the system environment variable PATH to include 2 additional paths say C:\TEST and C:\SETUP using DOS script. I'am doing the same using the SETX command (got by...
Summary: I am making a batch file that makes a new batch file and some of the commands I need to get to the other file are "set" commands. In those set commands I'm setting things equal to variables (IN %...%)...
Summary: Hi, I am using system() in Perl to temporarily stop the Perl script from running and to execute my C++ program that does some analyzes work. I think the program runs but there is no analyzes output o...