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

7 lines
93 B
Batchfile
Raw Permalink Normal View History

2026-02-01 16:33:20 -08:00
@echo off
echo n | del /f input.txt
2023-07-01 11:58:00 -04:00
rd /s /q docs
2026-02-01 16:33:20 -08:00
echo n | del /f \input.txt
2023-07-01 11:58:00 -04:00
rd /s /q \docs