home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
graphics
/
fractals
/
cpm
/
runcpmturbo
< prev
next >
Wrap
Text File
|
1995-02-27
|
389b
|
16 lines
.K ""
; Above line needed by Xicon to get script run by "execute"
if exists libs:iff.library
echo "Found a libs:iff.library, hope it's new enough ..."
echo "(If not, you can just delete it and try again)"
else
echo "Standby while we install iff.library ..."
copy :libs/iff.library libs:
endif
wait 2
CPMTurbo CPMDataFile
echo "All done, click the close box on this window to exit."