View Single Post
  #6  
Old 03-07-2006, 11:49 AM
TheNoocH TheNoocH is offline
Senior Member
 
Join Date: Sep 2004
Location: NJ via Philly
Posts: 104
Default Re: Setting Up A Shortcut To Open Multiple Programs

here's a quick batch file
1) open up notepad
2) paste in this code (add/remove/change based upon what you want to open)

@echo off
cd "c:\program files\poker tracker v2"
start ptrack2.exe
cd "c:\program files\pokerstove"
start pokerstove.exe

3) save as whatever name you like with a .bat extension
4) create a shortcut on your desktop or wherever you like
5) waaaaalllllaaaaahhhhhh....you're done...

hope it helps


****PS*****
adde...just so i know...how do you run the AHK script? any easy directions or how to modify for stars? i keep seeing the AHK scripts posted but don't have any idea what to do with them...thanks...
Reply With Quote