Check that file exists: Difference between revisions

m
batch file migration
No edit summary
m (batch file migration)
Line 284:
}</lang>
 
=={{header|DOS Batch File}}==
<lang dos>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