home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 May
/
PCW596.iso
/
demgier
/
themach
/
machines.bat
< prev
next >
Wrap
DOS Batch File
|
1995-07-31
|
225b
|
17 lines
@echo off
cls
if not exist creation.cfg goto s_set
:play
GRAFIX.EXE
DEMO.exe
tm.exe
goto end
:s_set
setsound
if exist creation.cfg goto play
@echo Sound configuration file not found - please try again
:end