Ich habe eine Frage zu einer Batch-Datei. Kann ein Benutzer festlegen, wie viele Dateien eingegeben werden sollen?
Zum Beispiel
set /p count=Enter the number of files you are willing to set:
IF %count% == 1 GOTO 1
IF %count% > 1 GOTO MORE
:1
rest of the code
:MORE
rest of the code
batch
batch-file
ms-dos
Thomas de Vries
quelle
quelle