Check that file exists: Difference between revisions

Content added Content deleted
(→‎[[DOS]]: rename to DOS Batch File)
Line 16: Line 16:
}
}


==[[DOS]]==
==[[DOS Batch File]]==
[[Category:DOS]]
[[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.
if exist \input.txt echo The following file called \input.txt exists.
if exist \input.txt echo The following file called \input.txt exists.