WH.shared.addScrollLoadItem('img_f97f8aac0c')WH.performance.clearMarks('image1_rendered'); WH.performance.mark('image1_rendered');
Click Start>RunWH.performance.mark('step1_rendered');
Click Start>Run
WH.shared.addScrollLoadItem('img_42d0c81295')
Type 'cmd' (no quotations)
Type 'cmd' (no quotations)
WH.shared.addScrollLoadItem('img_dd474ef5e3')
Type 'edit'
Type 'edit'
Type the following, careless of bolded/unbolded worlds. After each press enter. Anything in parenthesis do NOT type, these are side-notes that tries to explain the steps.
Type the following, careless of bolded/unbolded worlds.
WH.shared.addScrollLoadItem('img_41e41777fe')
@echo off (This command will 'hide' the command input - optional but recommended)
@echo off (This command will 'hide' the command input - optional but recommended)
WH.shared.addScrollLoadItem('img_280697ff75')
cls (This will clear anything above - optional but recommended if you're wanting to make it look neat)
cls (This will clear anything above - optional but recommended if you're wanting to make it look neat)
WH.shared.addScrollLoadItem('img_98848b03e5')
:start
:start
echo.
echo.
WH.shared.addScrollLoadItem('img_c0d3d92c53')
echo Choice 1 ('Choice 1' can be renamed to whatever you want, any of the choices)
echo Choice 1 ('Choice 1' can be renamed to whatever you want, any of the choices)
WH.shared.addScrollLoadItem('img_0fc8e75568')
echo Choice 2
echo Choice 2
echo Choice 3 (Keep doing that until you have all of the choices that you need.)
echo Choice 3 (Keep doing that until you have all of the choices that you need.
Type 'set /p choice=(Insert question or command here, like 'Yes or no?')
Type 'set /p choice=(Insert question or command here, like 'Yes or no?
if not '%choice%'== set choice=%choice:~0,1%
if not '%choice%'== set choice=%choice:
WH.shared.addScrollLoadItem('img_756f33d8d9')
if '%choice%'=='1' goto :choice1
if '%choice%'=='1' goto :choice1
WH.shared.addScrollLoadItem('img_8c487a3aef')
if '%choice%'=='2' goto :choice2
if '%choice%'=='2' goto :choice2
(Continue doing this pattern until you have enough. Then type:)
(Continue doing this pattern until you have enough.
echo '%choice%' is not a valid option. Please try again.
echo '%choice%' is not a valid option.
echo.
echo.
WH.shared.addScrollLoadItem('img_477000a1b9')
goto start
goto start
After that you type:
After that you type:
WH.shared.addScrollLoadItem('img_e977040c97')
:choice1
:choice1
WH.shared.addScrollLoadItem('img_332f12d07d')
(commands you want to run)
(commands you want to run)
WH.shared.addScrollLoadItem('img_83f6b2d516')
goto end
goto end
WH.shared.addScrollLoadItem('img_2081e9c246')
:choice2
:choice2
WH.shared.addScrollLoadItem('img_4ca0db5a5b')
(commands)
(commands)
WH.shared.addScrollLoadItem('img_01462723c2')
goto end
goto end
WH.shared.addScrollLoadItem('img_c0c350638c')
:choice3
:choice3
WH.shared.addScrollLoadItem('img_8c44da2b32')
(commands)
(commands)
WH.shared.addScrollLoadItem('img_63863f2dc9')
goto end
goto end
Continue doing this pattern until you have completed the file.
Continue doing this pattern until you have completed the file.
WH.shared.addScrollLoadItem('img_762f31d8f4')
:end
:end
WH.shared.addScrollLoadItem('img_b3150c1b6b')
pause
pause
WH.shared.addScrollLoadItem('img_f58fac4482')
exit
exit
Save this as a .bat file. Double click to test your batch file.
Save this as a .bat file.
Leave a Comment