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.
goto
Name: d56h Date: February 10, 2001 at 04:32:50 Pacific
Comment:
can "goto" be used in a bat file ..operated in windows
Summary: This is more of a niggle than a real problem cos the copy command (line 10) does work... Run the following batch file once and the relevant directories are created and the file copied. Fine. However, ...
Summary: I need to check a textfile on a server from a logon script for %username% and if it exist I want to goto the end of script. I have tried with the find command, but not sure what to do after I tell it ...
Summary: XCOPY returns 0 even if the date comparison fails. However, FIND returns errorlevel 0 only if there's a match. I have used the following batch file code with success: ===============================...