home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Animation & Sound / SOS-ANIM_SOUND.ISO / best_50 / cmorph20.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1993-11-25  |  1KB  |  35 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 To print the registration form, press [RETURN] now.  Make sure that
  32. ECHO your printer is powered on and on-line.  Otherwise, press CTRL-C NOW!
  33. PAUSE
  34. COPY REGISTER.DOC PRN:
  35.