home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format Collection 7
/
PCFORMAT07.iso
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-09-04
|
109b
|
8 lines
@echo off
inst.exe
if errorlevel 1 goto end
setup.exe
cls
@echo To run CYCLEMANIA type 'CYCLE'
:end