5 lines
59 B
Batchfile
5 lines
59 B
Batchfile
del input.txt
|
|
rd /s /q docs
|
|
|
|
del \input.txt
|
|
rd /s /q \docs
|