home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / demgier / bjdemo / data / vmr.bat < prev   
DOS Batch File  |  1995-07-03  |  343b  |  20 lines

  1. @echo off
  2.  
  3. if "%1"=="off" goto turnoff
  4. if "%1"=="OFF" goto turnoff
  5. if "%1"=="Off" goto turnoff
  6.  
  7. set DOS4Gvm=@blind.vmc
  8. echo  
  9. echo The Virtual memory manager for Blind Justice has been enabled.
  10. echo  
  11. goto done
  12.  
  13. :turnoff
  14. set DOS4GVM=
  15. echo  
  16. echo The Virtual memory manager for Blind Justice has been disabled.
  17. echo  
  18. :done
  19.  
  20.