Own icon
make your own command prompt to open any application
@echo off
cls
color 3
echo hai this is my new command to start chrome
pause
start "application file name.exe" for eg: chrome.exe
exit
TRY THIS...
@echo off
cls
color 3
echo hai this is my new command to start chrome
pause
start "application file name.exe" for eg: chrome.exe
exit
TRY THIS...
Comments
Post a Comment