home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-16 | 1.0 KB | 56 lines |
- .name
- ComputerRac
- .fullname
- Computer Mechanic Rachel
- .version
- 1.0
- .date
- 1995.01.08
- .author
- Les Dietz
- .address
- #12 5502 60 Street
- Vegreville, Alberta, Canada
- T9C 1P7
- .email
- ewaniu@ee.ualberta.ca
- .type
- Picture
- .short
- 'Computer Mechanic' Rachel Picture
- .description
- A JPEG and 16 colour IFF picture of "Rachel Raccoon"
- trying to fix the problems with Commodore/Amiga
- .distribution
- Freeware, but not to be distributed in modified form
- .requirements
- Any computer capable of reading Amiga IFF or JPEG pictures
- .construction
- DPaint 4.6, Art Department Pro, Imagine
- .docs
- ComputerRac.readme
- .submittal
- Submitted to wuarchive.wustl.edu:pub/aminet/pix/wb by Darren Ewaniuk
- .described-by
- Darren Ewaniuk (ewaniu@ee.ualberta.ca)
- .aminet-dir
- pix/misc
- .execute
- set choice `RequestChoice "ComputerRac" "Please select an option" "View Readme" "View IFF" "View JPEG" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ComputerRac.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool ComputerRac.16 ILBM
- endif
-
- if $choice EQ "3"
- MetaTool ComputerRac.jpg JPEG
- endif
-