Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-22-2005, 08:42 PM
bort411 bort411 is offline
Junior Member
 
Join Date: May 2004
Posts: 6
Default Please help me fix my batch file.

I know nothing about batch files, so please be gentle. The batch file is located in a folder along with SHORTCUTS to all of these applications. The batch works, but it keeps looping; I can't figure out how to exit after running through it once.

@ECHO OFF
START CoralEurobetPoker
START EmpirePoker
START IntertopsPoker
START Multipoker
START PartyMine
START Poker Tracker V2
START PokerNow
START PlayerView
EXIT
Reply With Quote
  #2  
Old 09-22-2005, 08:44 PM
OrcaDK OrcaDK is offline
Member
 
Join Date: Nov 2004
Posts: 42
Default Re: Please help me fix my batch file.

Looping, as in trying to reopen the clients over and over again?

If you just put your code into a .bat file and run it, it shouldn't loop. What is EmpirePoker, IntertopsPoker and so furth? Are those shortcuts to the actual clients, or is it just you shortening the code?
Reply With Quote
  #3  
Old 09-22-2005, 08:47 PM
bort411 bort411 is offline
Junior Member
 
Join Date: May 2004
Posts: 6
Default Re: Please help me fix my batch file.

Looping, as in the DOS box keeps reappearing, and opening an infinite amount of each of these programs, until I manually close the DOS window (if I can catch it).

They are shortcuts to the actual clients, found in the same folder as the batch file.
Reply With Quote
  #4  
Old 09-23-2005, 02:22 PM
TheNoocH TheNoocH is offline
Junior Member
 
Join Date: Sep 2004
Location: NJ via Philly
Posts: 4
Default Re: Please help me fix my batch file.

i tried this and seemed to work for me...ie actually running actual program instead of shortcut
saved it as a shortcut on my desktop ...and double clicked on it and both programs opened up without a dos box...hope this helps

@echo off
cd "c:\program files\poker tracker v2"
start ptrack2.exe
cd "c:\program files\pokerstove"
start pokerstove.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 11:01 AM.


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