6 lines
93 B
Batchfile
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
|