My improvements
This commit is contained in:
parent
2b3278f89b
commit
47cc5039b8
7 changed files with 213 additions and 5 deletions
12
startmulti.bat
Normal file
12
startmulti.bat
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@echo off
|
||||
setlocal
|
||||
|
||||
rem Loop through the list of parameters
|
||||
for %%P in (%*) do (
|
||||
|
||||
rem Start a new instance of start.bat for this parameter
|
||||
start /b cmd /c "start start.bat %%P"
|
||||
|
||||
)
|
||||
|
||||
echo All instances have been started. Exiting...
|
||||
Loading…
Add table
Add a link
Reference in a new issue