home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / boot / doswedge / product-info < prev   
Encoding:
Text File  |  1995-10-22  |  1.2 KB  |  65 lines

  1. .name
  2. DosWedge
  3. .type
  4. Workbench
  5. .short
  6. Unix directories for AmigaDOS
  7. .description
  8. Patches into several functions is dos.library to make AmigaDOS
  9. a more Unix like environment. You are able to use . .. ~ and
  10. ~username just like under unix. Also optionally you may use
  11. /dev for dev:.
  12. .version
  13. 2.13
  14. .date
  15. 1995.03.18
  16. .author
  17. David Swasbrook
  18. .requirements
  19. Requires WB2 (V37)
  20. .distribution
  21. FreeWare
  22. .address
  23. David Swasbrook, PO Box 54134, Bucklands Beach, Auckland, New Zealand.
  24. .email
  25. swaz@iconz.co.nz
  26. .exectype
  27. 68000
  28. .installsize
  29. 10K-50K
  30. .construction
  31. Assembly
  32. .tested
  33. A3000(2M Chip, 16M Fast, 25MHz 040, V40)
  34. .run
  35. DosWedge=WB,DosWedge
  36. .docs
  37. DosWedge.guide
  38. .submittal
  39. Downloaded via ftp from wuarchive.wustl.edu.
  40. .aminet-dir
  41. util/boot
  42. .execute
  43. set choice `RequestChoice "DosWedge" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  44.  
  45. if $choice EQ "0"
  46.   quit 5
  47. endif
  48.  
  49. if $choice EQ "1"
  50.   MetaTool DosWedge213.readme TEXT
  51. endif
  52.  
  53. if $choice EQ "2"
  54.   MetaTool DosWedge.guide GUIDE
  55. endif
  56.  
  57. if $choice EQ "3"
  58.   Installer SCRIPT Install APPNAME DosWedge MINUSER AVERAGE DEFUSER AVERAGE LOGFILE T:install_log_file
  59. endif
  60.  
  61. if $choice EQ "4"
  62.   assign libs: "" add
  63.   DosWedge
  64. endif
  65.