RosettaCodeData/Task/Delete-a-file/Batch-File/delete-a-file.bat
Ingy döt Net 518da4a923 B
2013-04-10 16:19:29 -07:00

5 lines
59 B
Batchfile

del input.txt
rd /s /q docs
del \input.txt
rd /s /q \docs