RosettaCodeData/Task/Delete-a-file/Batch-File/delete-a-file.bat

6 lines
59 B
Batchfile

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