home *** CD-ROM | disk | FTP | other *** search
-
- 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
-
-
-
-