Sunday, February 14, 2016

How to Launch Application/Server from bat file on double click? 

Hi Friends,
This is a very easy task and helpful once, u can create a shortcut for some bat files on your desktop and launch your applications straight away on double click the below is the batch program for the same, save it as a .bat file and create shortcut for it on your desktop and use it this is a very useful one and hence i thought of sharing with my friends.

setlocal
CHDIR /D D:\Tools\cis\9.1\cis-sdk\bin\
start "C:\Windows\System32\cmd.exe" launch.bat runCISAgent.py


No comments:

Post a Comment