IF File Exist - DosTips - The DOS Batch Guide
I am brand new to batch files and dos commands and i would like to make a file that tells me if a file exists or not. This is what i have: Code: echo off if not exist "C:\Folder A\File Q.txt" goto ELSE echo The file C:\Folder A\File Q.txt ...