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.
Batch File with Carriage return?
Name: DoctorBill2034 Date: September 9, 2007 at 15:41:03 Pacific OS: XP sp2 CPU/Ram: celeron 3.33 ghz 2 GB ram Product: pc chips
Comment:
I want to write a batch file that starts Netzero. This is exec.exe and when it starts, it requires pressing the <enter> key. How can I have a carriage return automatically be entered after exec.exe is invoked. something like this.. CLS C:\NETZERODIRECTORY\EXEC.exe HAVE A CARRIAGE RETURN CREATED HERE end
Summary: I am using a batch file in Win95 to back up a folder onto a zip drive. Whenever the batch file runs I receive an "Incorrect DOS Version" error. The batch file is written as follows: c: cd\ cd mydocu~...