Claudia Neumann wrote:

Hi Rick!

Am Freitag, 9. September 2005 05:05 schrieben Sie:
I'm trying to get xdosemu to run a batch file to start an application
from my KDE desktop. The batch file is pretty simple, and I have been
able to use it in the past.

The batch file is located in /usr/lib/freedos and it's being called with
"xdosemu -E pcplus.bat"

@echo off
D:
cd \pcplus
pcplus.exe
exit

Try

@echo off
D:
cd \pcplus
call pcplus.exe
exitemu

cu

Claudia
Claudia,

Thanks for the reply.

Adding "call" to the batch file doesn't make any difference. I forgot to mention my previous post, I do get an error message,

"ERROR: could not change directory"

and then the dosemu command line. The problem seems to be that the change directory command "cd" doesn't work in a batch file when called by xdosemu with -E. Does this make sense?

Thanks again,
Rick Knight
-
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