home *** CD-ROM | disk | FTP | other *** search
- .name
- DosWedge
- .type
- Workbench
- .short
- Unix directories for AmigaDOS
- .description
- Patches into several functions is dos.library to make AmigaDOS
- a more Unix like environment. You are able to use . .. ~ and
- ~username just like under unix. Also optionally you may use
- /dev for dev:.
- .version
- 2.13
- .date
- 1995.03.18
- .author
- David Swasbrook
- .requirements
- Requires WB2 (V37)
- .distribution
- FreeWare
- .address
- David Swasbrook, PO Box 54134, Bucklands Beach, Auckland, New Zealand.
- .email
- swaz@iconz.co.nz
- .exectype
- 68000
- .installsize
- 10K-50K
- .construction
- Assembly
- .tested
- A3000(2M Chip, 16M Fast, 25MHz 040, V40)
- .run
- DosWedge=WB,DosWedge
- .docs
- DosWedge.guide
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- util/boot
- .execute
- set choice `RequestChoice "DosWedge" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool DosWedge213.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool DosWedge.guide GUIDE
- endif
-
- if $choice EQ "3"
- Installer SCRIPT Install APPNAME DosWedge MINUSER AVERAGE DEFUSER AVERAGE LOGFILE T:install_log_file
- endif
-
- if $choice EQ "4"
- assign libs: "" add
- DosWedge
- endif
-