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