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.
Creating Batch File
Name: Otentik Date: September 14, 2003 at 00:01:32 Pacific OS: WIN2000 CPU/Ram: PIII/512MB
Comment:
Hi, I would like to write a simple batch file, which will able to launch multiple programs and then terminate... I've ended with... "cd program files\icq" icq.exe "cd program files\yahoo\messenger" ypager.exe cls
But it would launch only the 1st program in the list...anyone can help? pleaseeeeeeee? thanx
Summary: Could someone please help me create a DOS batch file that performs the following commands? ftp.exe ENTER lcd c:/ftp_temp ENTER open 192.168.1.1 ENTER johndoe ENTER pasword1 ENTER cd audit_dumps ...
Summary: I trying to create batch file /s that would do the following things: 1st - Copy files between file servers (3 or more file servers) 2nd - Create a log file that would list the files that were copied...