home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia: Special Games (Alt) / INFESPGAMES.iso / dos / adventur / blind / data / vmr.bat < prev   
Encoding:
DOS Batch File  |  1995-01-03  |  179 b   |  15 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=@data\blind.vmc
  8. goto done
  9.  
  10. :turnoff
  11. set DOS4GVM=
  12.  
  13. :done
  14.  
  15.