home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Gallery 1995 May
/
MG5.ISO
/
demos
/
weltraum
/
zzzwinst.bat
< prev
Wrap
DOS Batch File
|
1994-05-06
|
111b
|
10 lines
@echo off
if "%1" == "" goto error
if "%2" == "" goto error
%1
cd %2
zzzinst -W
goto end
:error
:end