J
joe vaughan
I'm running a batch file to unzip some pdf files, and print them. I don't
want the program to run if there isn't a zip file available. I'm trying to
run the following which only gives me a syntax error.
IF not EXIST
"P:\Pyrwin\Reports\shormans\Shorman_eob_print_jobs\processing\working\*.zip"
GOTO END
This isn't working. Any ideas?
want the program to run if there isn't a zip file available. I'm trying to
run the following which only gives me a syntax error.
IF not EXIST
"P:\Pyrwin\Reports\shormans\Shorman_eob_print_jobs\processing\working\*.zip"
GOTO END
This isn't working. Any ideas?