home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / hyper / wrapguide / product-info next >
Encoding:
Text File  |  1995-10-21  |  888 b   |  36 lines

  1. .name
  2. WrapGuide
  3. .aminet-dir
  4. text/hyper
  5. .short
  6. Wrap AmigaGuide lines to given column
  7. .description
  8. Converts AmigaGuide files that use Kickstart 3+ style long lines for
  9. wrapped paragraphs so that Kickstart 2 compatible AmigaGuide won't
  10. crash.  The column where the wrapping takes place is definable at the
  11. command line.  The conversion happens in-place, so that this tool can
  12. serve for floppy installations, too.  Now you can write ALL your .guide
  13. files with KS3 features and convert them with WrapGuide only if
  14. necessary.
  15. .version
  16. 1.1
  17. .author
  18. Udo Schuermann
  19. .execute
  20. set choice `RequestChoice "WrapGuide" "Please select an option" "Documentation" "View Guide" "View Source" "Cancel"`
  21. if $choice EQ "0"
  22.   quit 5
  23. endif
  24.  
  25. if $choice EQ "1"
  26.   MetaTool WrapGuide.doc TEXT
  27. endif
  28.  
  29. if $choice EQ "2"
  30.   MetaTool WrapGuide-Demo.guide GUIDE
  31. endif
  32.  
  33. if $choice EQ "3"
  34.   MetaTool WrapGuide.c SOURCE
  35. endif
  36.