9c94426d7a
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@988 6ac86273-5f31-0410-b378-82cca8765d1b
10 lines
143 B
Batchfile
10 lines
143 B
Batchfile
@echo off
|
|
:loop_commandline
|
|
|
|
if \%1 == \ goto done_with_commandline
|
|
if exist %1 del %1>nul
|
|
shift
|
|
goto loop_commandline
|
|
|
|
:done_with_commandline
|