home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
hard
/
drivr
/
sermouse
/
product-info
next >
Wrap
Fred Fish's Product-Info
|
1995-10-12
|
1KB
|
59 lines
# This file contains product information that can be used by
# KingFisher 2.0 and other similar tools.
.name
SerMouse
.type
Hardware
.short
Driver/Docs for serial PC Mouse on Amiga
.description
A full package on how to use a PC mouse on the Amiga. Not only a
serial mouse driver but also how to rewire a 9-pin Sub-D serial to
25-pin Sub-D serial and how to rewire 9-pin Sub-D BUS or 9-pin Mini-Din
BUS to an Amiga mouse plug. YOU CAN USE ALMOST ANY PC-MOUSE WITH THIS
ONE!
.version
2.21
.date
1994.12.18
.author
Patrick van Beem
.reference
GoldFish-Vol2-1:Files/hard/drivr/SerMouse/
2.20
FreshFish-Vol7:New/hard/drivr/SerMouse/
2.0
.requirements
Requires AmigaOS 2.0+.
.distribution
Copyrighted but Freely Redistributable
.address
Parlevinker 5
2152 LC Nieuw-Vennep
The Netherlands
.email
patrick.van.beem@aobh.xs4all.nl
.docs
SerMouse.doc
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
hard/drivr
.execute
set choice `RequestChoice "SerMouse" "Please select an option" "View Readme" "View Doc" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool SerMouse221.readme TEXT
endif
if $choice EQ "2"
MetaTool SerMouse.Doc TEXT
endif