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 sending vars as cmd line args
Name: timothy_aah Date: July 13, 2008 at 13:57:24 Pacific OS: xp/vista CPU/Ram: amd x2 4200/2GB
Comment:
I call an executable from a batchfile, sending some command line arguments to it:
Summary: Does the code you using contain these lines: :CHKNCAL IF %RAN:~0,1% == 0 SET RAN=%RAN:~1%&&GOTO CHKNCAL IF NOT DEFINED RAN SET RAN=0 I actually edited the post above a few times to fix bugs I realis...
Summary: Hello, here I am with another batch challenge. I have a few recipe text files that all have very similar format. They are arranged something like this...(I have numbered the lines to make things cle...