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.
Loopinig batch file using IF EXIST
Name: Phuztone Date: December 2, 2008 at 12:53:27 Pacific OS: Windows XP CPU/Ram: P4 / 4GB Product: Home grown
Comment:
I would like to have a batch file that looks for a file on a network drive, if it doesn't find it, it waits for 10 seconds or so, & looks for it again. I've seen batch files like this that use IF EXIST for the file check & CHOICE to wait a few seconds before looping back to the IF EXIST again. But none did what I wanted particularly.
Summary: I have been writing a batch script that needs to check for the existence of a file and do some action, however the filenames changes daily. I was going use the IF Exist command with *.txt or whatver t...
Summary: Hi The vbscript checks all the drives on the computer including cdroms dvd's zip dreives ect: If the file Batch file Test.bat exists on any of these drives in the root directory then its executed. I...