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.
IF EXIST
Name: Brian Bolt Date: March 19, 2002 at 08:41:06 Pacific
Comment:
Does a command exist that looks to see if a folder exists? As I understand it, the DOS IF EXIST command can only check to see if a file exists.
Summary: I´m writing a bat-file. But I have a problem with the IF-syntax What should I write if I want to check if there is ANY subdir in a directory? I know that you type "if exist abc\nul ..." to check if th...
Summary: I need a batch file that will check for the existance of a dir on C: and/or D: and then copy into the located dir. For example: If Exists c:\test copy \\server\test\*.* c:\test or If exists c:\test g...