home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Informática Multimedia: Special Games (Alt)
/
INFESPGAMES.iso
/
dos
/
adventur
/
blind
/
data
/
vmr.bat
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-01-03
|
179 b
|
15 lines
@echo off
if "%1"=="off" goto turnoff
if "%1"=="OFF" goto turnoff
if "%1"=="Off" goto turnoff
set DOS4Gvm=@data\blind.vmc
goto done
:turnoff
set DOS4GVM=
:done