> Date: Fri, 24 Sep 1999 15:05:28 +0200 (MEST)
> From: Hans Lermen <[EMAIL PROTECTED]>

> The below script would run DOSEMU, start an application 'myapp' and then
> exit. The (DOSish) output goes into the file '/tmp/outfile' :
>
>  #! /bin/bash
>  export TERM=dumb
>  exec dos </dev/null 2>/dev/null >/tmp/outfile \
>    -I 'video{none} keystroke "myapp\rexitemu\r"'"
>
> ... and this script very well should run in the background ;-)

I tried this, with no success. It displays on stderr:

CPU speed set to 167/1 MHz
Running on CPU=586, FPU=1, rdtcs=1
CONF aborted with:
*** error: /etc/dosemu.conf not accessable
    ... giving up.

when invoked from batch; it runs well at terminal.
So I am still using "expect" to invoke telnet, then
dosemu in the telnet session, to run dosemu from cron.

Jerzy

Reply via email to