Hi Gerold,
> so easy to remote administrate. Is there a way to start dosemu or
> something like this as a script with command-line parameters, eg
>
> dosemu lan-encrypt file1 file2 file3
Among DOSEMU's DOS commands is a unix.exe that allows you to do exactly
that. Running just 'unix' inside DOSEMU will give you a help text.
You'll probably need the 'unix -e' or 'unix -s' variant.
A simple example:
xdos -E "edit config.sys"
and then, inside DOSEMU, 'unix -e' will start the DOS editor.
Bye,
Steffen