home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1467.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  641 b   |  29 lines

  1.  
  2. Hi Tony,
  3.      well what i do is have batch files which run games and other programs in
  4. a utilities directory, which is one of the first programs in the path statement.
  5. my batch file looks like this:-
  6.           @echo off
  7.       qdpmi off
  8.       cd \executor
  9.       executor %1 %2 %3 %4 %5 %6 %7 %8 %9
  10.       cd \
  11.       qdpmi on
  12.  
  13.     If you want to pass any parameters to executor, then the %1 etc. will do
  14. it for you.   So you can start executor with:-
  15.          exec -applzone 6144   
  16.  (if your batch file was called exec.bat).
  17.  
  18.    I hope this helps!
  19.       Hugh
  20.  
  21. >Hi Hugh,
  22. >I was woundering what your Bat file looks like that turns off
  23. >Qemm's DPMI 
  24.  
  25. >Tony
  26.  
  27.  
  28.  
  29.