Hello Peter,

On Sat, 17 Jun 2006 at 16:44:12 +0200, (which is
17.06.2006 at 17:44:12 +2000 where I live), you wrote:

> My idea for a workaround is a batch file that starts both
> applications. Alas, I don't know much about DOS commands, so all I get
> is that the first app is started. How do I start 2 applications with
> one script?

> Here's my batch file:

> ,----- [ voyager.bat ]
> | voyager.exe
> | MyGate\mygate.exe
> | exit
> `-----

How about:

----------
start voyager.exe
start MyGate\mygate.exe
exit
----------

-- 
Best regards,
Zeynel Abidin Öztürk
:flag-turkey:
Running The Bat! v3.81.03 BETA
Translation of Turkish The Bat!


________________________________________________
Current version is 3.80.06 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to