home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / files / nz29a.dms / nz29a.adf / FIGsupp4 / do < prev    next >
AmigaDOS Script File  |  1993-12-03  |  317b  |  15 lines

  1. .KEY name/a
  2. fig -v -L -wRAM: df1:<name>.gif
  3. ask "Do you want to halve the work file?"
  4. if WARN
  5.     half RAM:<name>.wrk
  6. endif
  7. ask "Do you want to sham the work file?"
  8. if WARN
  9.     sham RAM:<name>.wrk
  10.     fig -v -h -W RAM:<name>.wrk :pics/<name>.pic
  11. else
  12.     fig -v -W RAM:<name>.wrk :pics/<name>.pic
  13. endif
  14. echo "Voila!"
  15.