Check that file exists: Difference between revisions

→‎[[DOS]]: rename to DOS Batch File
(→‎[[DOS]]: rename to DOS Batch File)
Line 16:
}
 
==[[DOS Batch File]]==
[[Category:DOS Batch File]]
if exist input.txt echo The following file called input.txt exists.
if exist \input.txt echo The following file called \input.txt exists.
Anonymous user