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 parameters
Name: Thomas Kluck Date: December 7, 2000 at 12:52:49 Pacific
Comment:
I want to pass parameters from command line to a batch file. how can i do this? Anyone got some reference to online books on DOS?
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...
Summary: I am making batch file and need to know how to do the following if %1 = "debug" goto debug if %1 = "normal" goto normal At the moment I get syntax error It should be obvious what I am trying to do but...
Summary: You don't need to change the code. You just need to execute the batch file with the parameter DOC, like this: EXT doc Type that on the command prompt and hit enter (you must be in the same directory ...