RosettaCodeData/Task/Delete-a-file/Batch-File/delete-a-file.bat
2026-02-01 16:33:20 -08:00

6 lines
93 B
Batchfile

@echo off
echo n | del /f input.txt
rd /s /q docs
echo n | del /f \input.txt
rd /s /q \docs