HI Experts, I have a requirement like to display an error message if batch file doesnt find .CSV file in the drive.
can anyone help me out...pl
if not exist filenname.csv echo error
I usually have an error section. It looks just like Jowah's code except it looks like this: if not exist filename.csv goto error
:error
echo File not found
goto (where ever)
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |