home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Morph
/
collectionofmorphcarat1997.iso
/
PROGRAMS
/
CMORPH.ZIP
/
DEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-02-08
|
4KB
|
82 lines
@ECHO OFF
CLS
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO ░ ░
ECHO ░ WELCOME TO THE COMPLETE MORPH! ░
ECHO ░ ░
ECHO ░───────────────────────────────────────────────────────────────────────────░
ECHO ░ ░
ECHO ░ If you choose to run CMorph now, you will need room for 30 TGA files on ░
ECHO ░ your hard drive, requiring about 5.8MB plus 2MB for the FLIc file. ░
ECHO ░ ░
ECHO ░ Run CMorph now [Y/N]? ░
ECHO ░ ░
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
GETYN
IF ERRORLEVEL 11 GOTO EXIT
ECHO.
CMORPH GIRL.TGA CAT.TGA GIRL2CAT.MSH -BX
CLS
ECHO
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO ░ ░
ECHO ░ The next step is to generate an animation file from the individual frames ░
ECHO ░ that CMorph just created. This is done with the ANIMCOMP program. ░
ECHO ░ ░
ECHO ░ Run ANIMCOMP now [Y/N]? ░
ECHO ░ ░
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
GETYN
IF ERRORLEVEL 11 GOTO EXIT
ECHO.
ANIMCOMP GCAT*.TGA GIRL2CAT.ANM
CLS
ECHO
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO ░ ░
ECHO ░ The final step is to view our work. This is done with the LANIM program. ░
ECHO ░ ░
ECHO ░ Run LANIM now [Y/N]? ░
ECHO ░ ░
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
GETYN
IF ERRORLEVEL 11 GOTO EXIT
ECHO.
LANIM GIRL2CAT.ANM 10 10000
CLS
ECHO
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO ░ ░
ECHO ░ Print registration form: ░
ECHO ░ ░
ECHO ░ NOTE: If you decide to print the form, you'll need to make sure that ░
ECHO ░ your printer is powered up and on-line. ░
ECHO ░ ░
ECHO ░ Print form now [Y/N]? ░
ECHO ░ ░
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
GETYN
IF ERRORLEVEL 11 GOTO EXIT
CLS
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO ░ ░
ECHO ░ Printing registration form now... ░
ECHO ░ ░
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
COPY REGISTER.DOC PRN:
:EXIT
CLS
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO ░ ░
ECHO ░ Thanks for your interest in CMorph, the Complete Morph! ░
ECHO ░ ░
ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
ECHO.
ECHO.
ECHO.