home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #6
/
amigamamagazinepolishissue1998.iso
/
disks
/
tools
/
dcatdiskcopy
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1981-06-29
|
668b
|
36 lines
.name
DCatDiskCopy
.type
Disk Tool
.short
Simple disk copier with source.
.description
This program is simply a disk copier. You can copy a disk
using any of the four floppy drives if you have them
connected.
.version
1.05
.author
DCAT
.distribution
Copyrighted but Freely Redistributable
.docs
DiskCopy.DOC
.described-by
Richard Fish (rjf@amigalib.com)
.submittal
Submitted on disk directly by the author.
.aminet-dir
disk/misc
.execute
set choice `RequestChoice "DCatDiskCopy" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool DiskCopy.Doc TEXT
endif
if $choice EQ "2"
WBRun DiskCopy
endif