Two Plus Two Older Archives

Two Plus Two Older Archives (http://archives2.twoplustwo.com/index.php)
-   Software (http://archives2.twoplustwo.com/forumdisplay.php?f=43)
-   -   Please help me fix my batch file. (http://archives2.twoplustwo.com/showthread.php?t=342346)

bort411 09-22-2005 08:42 PM

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

OrcaDK 09-22-2005 08:44 PM

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?

bort411 09-22-2005 08:47 PM

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.

TheNoocH 09-23-2005 02:22 PM

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


All times are GMT -4. The time now is 08:45 AM.

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