Associate
- Joined
- 10 Aug 2012
- Posts
- 287
Hey all
just though i would share my lazy launcher with you all nothing too fancy just a quicker way to open programs that you use daily (temp checks and what not)
so open up ye old note pad
and copy in this code
once you have this open up the chosen programs files and find the .exe launch file copy in and replace the path to were it says [file path]
do the same with file name ([file name]) and save it all as gogoprograms.bat
launch away!
just though i would share my lazy launcher with you all nothing too fancy just a quicker way to open programs that you use daily (temp checks and what not)
so open up ye old note pad
and copy in this code
Code:
start c:\[file path]"[file name]"
start c:\[file path]"[file name]"
once you have this open up the chosen programs files and find the .exe launch file copy in and replace the path to were it says [file path]
do the same with file name ([file name]) and save it all as gogoprograms.bat
launch away!