home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 May
/
PCW596.iso
/
demgier
/
bjdemo
/
data
/
vmr.bat
< prev
Wrap
DOS Batch File
|
1995-07-03
|
343b
|
20 lines
@echo off
if "%1"=="off" goto turnoff
if "%1"=="OFF" goto turnoff
if "%1"=="Off" goto turnoff
set DOS4Gvm=@blind.vmc
echo
echo The Virtual memory manager for Blind Justice has been enabled.
echo
goto done
:turnoff
set DOS4GVM=
echo
echo The Virtual memory manager for Blind Justice has been disabled.
echo
:done