home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games 5
/
cd.iso
/
games
/
ace
/
acemem.bat
< prev
next >
Wrap
DOS Batch File
|
1995-05-13
|
140b
|
8 lines
@echo Start Ace with SWAPFILE
@makeswap 6M c:\ace.swp >NUL
@set DPMI32=SWAPFILE c:\ace.swp
@ace.exe %1
@del c:\ace.swp
@set DPMI32=