Create runmeimfun.bat
Sets the number of windows that you will open upon running.
This commit is contained in:
12
runmeimfun.bat
Normal file
12
runmeimfun.bat
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
@echo off
|
||||||
|
setlocal
|
||||||
|
|
||||||
|
:: Number of windows to open
|
||||||
|
set windows=500
|
||||||
|
|
||||||
|
:: Path to your script
|
||||||
|
set script="%~dp0fun.bat"
|
||||||
|
|
||||||
|
for /L %%i in (1,1,%windows%) do (
|
||||||
|
start cmd /c %script%
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user