home *** CD-ROM | disk | FTP | other *** search
Wrap
Received: from nernst.chem.gla.ac.uk (nernst.chem.gla.ac.uk [130.209.221.174]) by nacm.com (8.6.10/8.6.9) with ESMTP id EAA05734 for <executor@nacm.com>; Wed, 26 Jul 1995 04:27:13 -0700 Message-Id: <21773.199507261125@nernst.chem.gla.ac.uk> Date: Wed, 26 Jul 1995 12:25:49 +0100 From: Hugh Mclenaghan <hughmcl@chem.gla.ac.uk> Received: (from hughmcl@localhost sender hughmcl) by nernst.chem.gla.ac.uk (8.6.9/UK-2.2a/chem) id MAA21773; Wed, 26 Jul 1995 12:25:49 +0100 To: olivear@digital.net Subject: Re: Executor/DOS 1.99o bug report Cc: executor@nacm.com Sender: owner-paper@nacm.com Precedence: bulk Hi Tony, well what i do is have batch files which run games and other programs in a utilities directory, which is one of the first programs in the path statement. my batch file looks like this:- @echo off qdpmi off cd \executor executor %1 %2 %3 %4 %5 %6 %7 %8 %9 cd \ qdpmi on If you want to pass any parameters to executor, then the %1 etc. will do it for you. So you can start executor with:- exec -applzone 6144 (if your batch file was called exec.bat). I hope this helps! Hugh >Hi Hugh, >I was woundering what your Bat file looks like that turns off >Qemm's DPMI >Tony