0 Users appreciate this thread.
cmd basics
~Justin~ (2013-02-25 00:52:57)Try
@echo off
color 0a
echo click (1)
pause
echo click (2)
pause
echo click (3)
pause
Do you have chrome click (1)
pause
click (2) for yesh Click the red x for no
pause
echo Starting Chrome.exe
start chrome.exe
end
custom launcher
Log in to submit a comment
Back to forum: Programming (Python, Java, Delphi/Pascal, C, VB, etc)
New registered users today: 7
Newest registered user: ElegantVulpes
Batch is just some script that runs the CMD commands in one shot.