home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-03 | 1.1 KB | 62 lines |
- .name
- RKRM
- .type
- Programmer Tool
- .short
- Source and executables from 3rd ed. RKM
- .description
- A distribution of complete source code and executables of all the
- examples in the third edition Amiga ROM Kernel Reference Manuals,
- published by Addison-Wesley.
- .version
- ?.?
- .date
- .author
- Commodore CATS
- .restrictions
- .requirements
- .reference
- AmigaLibDisk741:RKRM_Devices/
- ?.?
- AmigaLibDisk741:RKRM_Lib1/
- ?.?
- AmigaLibDisk741:RKRM_Lib2/
- ?.?
- AmigaLibDisk741:RKRM_Lib3/
- ?.?
- .keywords
- .distribution
- Copyrighted but Freely Redistributable
- .price
- .address
- .email
- .phone
- .fax
- .exectype
- .installsize
- .source
- .construction
- .tested
- .docs
- .described-by
- Fred Fish (fnf@amigalib.com)
- .submittal
- Submitted on disk directly by the author.
- .execute
- set choice `RequestChoice "RKRM" "Please select an option" "View Files" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- set filechoice `RequestFile TITLE "Select File" PATTERN "~(#?.info)"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice TEXT
- endif
- endif
- .aminet-dir
- dev/c
-