Wednesday, March 19, 2014

Start Chrome With CMD



                                    Start Chrome With CMD


STEP 1. Open Notepad and Copy code given below into it.

@echo off
cls
title amnaudphaum.blogspot.in
color 3
echo hey this is anupam and it is my new command to start chrome
pause
start chrome.exe
exit

STEP 2.  Save the notepad file as chrome.bat (.bat is must)
STEP 3. open chrome.bat file a command dialog box appear on your desktop 
STEP 4. type any key in command dialog box your chrome is open.

VIDEO:-

No comments: