home *** CD-ROM | disk | FTP | other *** search
/ D!Zone (Collector's Edition) / D_ZONE_CD.ISO / programs / graphics / deadimp / gimpin.bat < prev    next >
DOS Batch File  |  1994-12-06  |  830b  |  43 lines

  1. @ECHO OFF
  2.  
  3. ECHO instaling new imp dying sprites
  4. ECHO one moment please...
  5. ECHO.
  6.  
  7. ECHO saving OLD imp dying sprites...
  8. ECHO.
  9. md oldimp
  10. dmgraph trooi0 -e oldimp\trooi0.ppm
  11. dmgraph trooj0 -e oldimp\trooj0.ppm
  12. dmgraph trook0 -e oldimp\trook0.ppm
  13. dmgraph trool0 -e oldimp\trool0.ppm
  14. dmgraph troom0 -e oldimp\troom0.ppm
  15.  
  16. ECHO inserting NEW imp dying sprites...
  17. ECHO.
  18. dmgraph trooi0 -s i.gif
  19. dmgraph trooj0 -s j.gif
  20. dmgraph trook0 -s k.gif
  21. dmgraph trool0 -s l.gif
  22. dmgraph troom0 -s m.gif
  23.  
  24. CHOICE /c:yn /t:n,5 should my *.gif's be deleted out off this directory 
  25. IF ERRORLEVEL 2 GOTO end
  26. IF ERRORLEVEL 1 GOTO kill
  27.  
  28. :kill
  29. del i.gif
  30. del j.gif
  31. del k.gif
  32. del l.gif
  33. del m.gif
  34.  
  35. :end
  36. ECHO.
  37. ECHO all done...
  38. ECHO.
  39. ECHO if you want to restore the OLD sprites,
  40. ECHO you should type "gimpout"
  41. ECHO.
  42. ECHO ON
  43.