home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 618a.lha / Mandelmania_v3.0 / rexx / Tail.rexx < prev   
OS/2 REXX Batch file  |  1992-02-20  |  318b  |  20 lines

  1. /* Tail.rexx */
  2.  
  3. ERROR:
  4. BREAK_C:
  5. if RC then do
  6.     say ' 'SIGL '*-*' SOURCELINE(SIGL)
  7.     say 'Error' RC
  8.     end
  9.  
  10. 'openfractal' animname'.0'    /* For looped animations */
  11. 'saveanim'
  12. 'openfractal' animname'.1'
  13. 'saveanim'
  14.  
  15. 'closeanim'
  16.  
  17. address command 'delete' animname'.0 QUIET'
  18. address command 'delete' animname'.1 QUIET'
  19. exit 0
  20.