On 7 Feb 2003, Sergey Suleymanov wrote:

> >>>>> John Sowden writes:
>
>  John> I am attempting to start dos with icon#1 and run autoexec (diff
>  John> name) #1; OR icon#2 with autoexec (2nd diff name)#2.
>
>         I'm using cmdline.com for this purpose.
>
> lredir z: linux\fs\proc\self
> cmdline < z:\cmdline
> lredir del z:
>
> IF "%EXEC%" == "" goto done
> %EXEC%
> exitemu
> :done
>
>         And run dosemu as 'xdos exec=myprog.bat' for example.

just to clarify: the dosemu-freedos autoexec.bat uses
unix -e
which by default executes what is given behind "-E" in the command line.

Also, FWIW if you use
unix -e EXEC
in autoexec.bat then you could use
EXEC=myprog.bat xdos
or dos, or dosemu, or xdosemu, depending on your installation.

Bart

-
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

Reply via email to