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.
Path via Batch File
Name: ttreman Date: September 20, 2003 at 07:09:59 Pacific OS: Windows 2000 CPU/Ram: 256
Comment:
I'm writing a batch file to install a program and need to add a path statement. Under older versions of Windows, I could append to the end of Autoexec.bat. I know how to append it to the end of the path statement through Environment Variables, but can't figure out how to do this from within the batch file. Can anyone help? (Thanks)
Summary: I got a small bat-file to cooperate with an exe-install routine, but can not find the exact syntax for a directory where I only know the name - not the position within the disk. Normally you got the f...
Summary: HI, I need to create a batch file which has to telnet to a unix server and run the .ksh. this batch file i will call in my BI job before i run the job. please share your thoughts, how i can do this.....
Summary: Hey all, I am currently working on a BATCH file that will install a specific printer (on a printserver) to a computer. The current script looks is this:... ______________________________ @Echo off RE...