Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > General Gambling > Computer Technical Help
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-14-2005, 01:46 AM
Larimani Larimani is offline
Member
 
Join Date: Sep 2004
Location: UK
Posts: 40
Default Help me with this simple batch file

I'm trying to create a .bat file that would open PT, PA and Pokerstars client thus saving me a few clicks everytime I want to play poker.

I tried this but it doesn't work (it only starts PT and starts PA only after I close PT):

"C:\Program Files\Poker Tracker V2\ptrack2.exe"
"C:\Program Files\PokerAce Hud\PAHud.exe"
"C:\Program Files\PokerStars\Pokerstars.exe"

What am I doing wrong?
Reply With Quote
  #2  
Old 11-14-2005, 02:38 AM
astroglide astroglide is offline
Senior Member
 
Join Date: Sep 2002
Location: download an irc client at www.hydrairc.com (freeware not spyware), connect to irc.efnet.net, and join the channel #twoplustwo to chat live with other 2+2 posters
Posts: 2,858
Default Re: Help me with this simple batch file

start "" "C:\Program Files\Poker Tracker V2\ptrack2.exe"
start "" "C:\Program Files\PokerAce Hud\PAHud.exe"
start "" "C:\Program Files\PokerStars\Pokerstars.exe"

batch files run line-by-line and will wait for each line to complete before proceeding to the next. if you use the 'start' command you'll spawn a separate process for each thing you're trying to launch, and the start process itself will resolve nearly instantly before proceeding along to the next one.
Reply With Quote
  #3  
Old 11-14-2005, 02:39 AM
IHateKeithSmart IHateKeithSmart is offline
Senior Member
 
Join Date: Mar 2005
Location: check folding the nuts
Posts: 182
Default Re: Help me with this simple batch file

Hey lari:

Use the 'start' command:

start "PokerTracker" /B "C:\Program Files\Poker Tracker V2\ptrack2.exe"
start "PAHud" /B "C:\Program Files\PokerAce Hud\PAHud.exe"
start "Stars" /B "C:\Program Files\PokerStars\Pokerstars.exe"
Reply With Quote
  #4  
Old 11-14-2005, 03:11 AM
Larimani Larimani is offline
Member
 
Join Date: Sep 2004
Location: UK
Posts: 40
Default Re: Help me with this simple batch file

start "" "C:\Program Files\thanksastroglide.exe"
start "" "C:\Program Files\thanksIHateKeithSmart.exe"
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:24 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.