home *** CD-ROM | disk | FTP | other *** search
/ Magicom Multimedia Collection: Morph / Magicom-TheCompleteMorphSharewares-Win31.iso / programs / cmorph / cmorph.arj / MAGTEMPD.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-07-02  |  1.3 KB  |  52 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO When CMorph runs, press ALT-S to start generating the morph.  If you do,
  4. ECHO when it's done, you will have 30 TGA files (requiring about 5.8MB on HD)
  5. ECHO that will need to be compiled into an animation file of some sort (like
  6. ECHO FLI, ANI, etc.)  A popular shareware program for this, is DTA (Dave's
  7. ECHO Targa Animator).  See READ.ME file for more information.
  8. ECHO.
  9. ECHO For a complete list of command line options (there's quite a few), just
  10. ECHO run CMorph with no parameters.
  11. ECHO.
  12. ECHO.
  13. ECHO.
  14. ECHO.
  15. ECHO If you want to stop this demo, type CTRL-C now.  Otherwise...
  16. ECHO.
  17. PAUSE
  18.  
  19. REM ---------------------------------------------------------------------------
  20. REM The following line will run CMorph with KIM.TGA for a sourse image, 
  21. REM LISAWELC.TGA as a target image, and automatically load options and the
  22. REM mesh from the file LISAKIM.MSH.
  23. REM ---------------------------------------------------------------------------
  24.  
  25. CMORPH KIM.TGA LISAWELC.TGA -MLISAKIM.MSH %1 %2 %3 %4 %5 %6 %7 %8 %9
  26.  
  27. ECHO.
  28. ECHO.
  29. ECHO.
  30. ECHO.
  31. ECHO WOULD YOU LIKE TO PRINT THE REGISTRATION FORM [Y/N]:
  32.  
  33. CHOICE /C:YN 
  34. IF ERRORLEVEL 2 GOTO NO-PRINT
  35. IF ERRORLEVEL 1 GOTO PRINT
  36.  
  37. :YES
  38. ECHO PRINTING FORM
  39. PAUSE
  40. COPY REGISTER.DOC PRN:
  41. GOTO END
  42.  
  43. :NO-PRINT
  44. ECHO NOT PRINTING FORM
  45. PAUSE
  46. GOTO END
  47.  
  48. :END
  49. CD \
  50. magtemp
  51.  
  52.