Next stage is the PHP web front end:
When running this in a terminal, I see the usual output of dosemu - version no. etc.
What happens to this output when the command is called from a system() command or similar (in PHP?) - does it just disappear somehow, or could it cause problems?
Also, do you have any additional comments/advice on running dosemu through php/apache?
Many, many thanks,
Alastair Hole
On Thursday, November 14, 2002, at 03:24 pm, Bart Oldeman wrote:
On Thu, 14 Nov 2002, Alastair Hole wrote:./dosemu -dumb -home -quiet -input '\rD:\\fu\\bar.exe\rexitemu\r' > fooI am trying to run a DOS program non-interactively, directly from the linux command line (eventually it needs to be called from a PHP script to provide a web interface to the program, but that's another story):./dosemu -home -D-a -I 2>/dev/null 'keystroke "\rD:\\fu\\bar.exe\rexitemu\r"'
gives you stdout in foo, if the DOS prog uses stdout only (no direct video
tricks).
Bart
_ _ _ Alastair Hole Web Applications Developer Campbell Shaw Limited Clerkenleap Broomhall Bath Road Worcester WR5 3HR Tel: 01905 828004 Fax: 020 7681 1360 Web: www.campbellshaw.com E-mail: [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
