This is with the emulator Daphne. Daphne is very very
picky about it's command line parameters, the emulator
is pretty poor in its refinement if you've ever tried to use
it, so this is definitly an issue with the emulator.
But it concerns the piping of the command line when
executing the emulator to the runit.log.
IE from the output RUNIT.BAT:
@echo off
cd d:\daphne
daphne.exe ace vldp -framefile
d:\daphne\laserdisks\ace_framefile.txt -fullscreen >
D:\glaunch\logs\runit.log
cd D:\glaunch
I tested a direct dos command line execution of daphne
with the > piping and it always hangs it, or causes very
odd behavior in starting up. Like I said, it's a poorly
written emulator to begin with.
Is there any way to have this piping witheld from
program execution?