home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text3537.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.3 KB

  1. 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
  2. Message-Id: <21773.199507261125@nernst.chem.gla.ac.uk>
  3. Date: Wed, 26 Jul 1995 12:25:49 +0100
  4. From: Hugh Mclenaghan <hughmcl@chem.gla.ac.uk>
  5. 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
  6. To: olivear@digital.net
  7. Subject: Re: Executor/DOS 1.99o bug report
  8. Cc: executor@nacm.com
  9. Sender: owner-paper@nacm.com
  10. Precedence: bulk
  11.  
  12.  
  13. Hi Tony,
  14.      well what i do is have batch files which run games and other programs in
  15. a utilities directory, which is one of the first programs in the path statement.
  16. my batch file looks like this:-
  17.           @echo off
  18.       qdpmi off
  19.       cd \executor
  20.       executor %1 %2 %3 %4 %5 %6 %7 %8 %9
  21.       cd \
  22.       qdpmi on
  23.  
  24.     If you want to pass any parameters to executor, then the %1 etc. will do
  25. it for you.   So you can start executor with:-
  26.          exec -applzone 6144   
  27.  (if your batch file was called exec.bat).
  28.  
  29.    I hope this helps!
  30.       Hugh
  31.  
  32. >Hi Hugh,
  33. >I was woundering what your Bat file looks like that turns off
  34. >Qemm's DPMI 
  35.  
  36. >Tony
  37.  
  38.  
  39.  
  40.