Start and suspend from batch file
Posted: 26 Sep 2016, 13:59
Hi all,
sorry if in the wrong forum section, but i don't know where this post could be more appropriate.
Anyone knows why this error: ...path\batch_file.bat, line 22: Wait aborted
when i try to execute this:
?
Thank you
sorry if in the wrong forum section, but i don't know where this post could be more appropriate.
Anyone knows why this error: ...path\batch_file.bat, line 22: Wait aborted
when i try to execute this:
Code: Select all
Change directory $BCI2000LAUNCHDIR
Show window; Set title ${Extract file base $0}
Reset system
Startup system localhost
Start executable SignalGenerator --local
Start executable DummySignalProcessing --local
Start executable DummyApplication --local
Wait for Connected
Start executable MyApp --local
Load parameterfile "../parms/testParams.prm"
SET CONFIG
START
WAIT FOR Suspended 5
Thank you