Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does lost sock software's Midi Slave work in Windows XP?
#1
I am trying to make it work, but something happens. I have a BAT file like this:

Code:
@echo off
SLAVE.EXE
MYGAME.EXE

When I run the file from the command prompt, it just loads the SLAVE.EXE and sits down doing nothing else. I have to open the task manager and kill the SLAVE.EXE process to make the batch file continue executing and running MYGAME.EXE... What am I missing?
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#2
Sorry for the double post, but I've solved it. You need to use START to run SLAVE.EXE...

I think you guys should mention it in the TXT file. Smile

Code:
@ECHO OFF
START SLAVE.EXE
MYPROG.EXE
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)