mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-31 01:34:19 +02:00
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@343 6ac86273-5f31-0410-b378-82cca8765d1b
11 lines
140 B
Batchfile
11 lines
140 B
Batchfile
@echo off
|
|
:loop_commandline
|
|
|
|
if \%1 == \ goto done_with_commandline
|
|
if exist %1 del %1
|
|
shift
|
|
goto loop_commandline
|
|
|
|
:done_with_commandline
|
|
|