From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Knight Subject: Problem with batch files Date: Thu, 08 Sep 2005 20:05:21 -0700 Message-ID: <4320FBF1.50309@rlknight.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Linux-msdos 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 All of the commands work at the command prompt, the batch file runs OK from the command prompt and the application runs fine, but I cannot get xdosemu to execute "cd \pcplus" in the batch file. Can anyone tell me how to get this to work? Thanks, Rick Knight