On Mon, 7 May 2007, Jason T wrote:
I'm making deals with him now on it. I want to
check it out and see
if the floppy drives can read. Anyone have any idea how to "IPL" it
or do a read off the disks?
IPL is easy: turn the machine on.
To get a directory listing of a diskette, do the following:
BASIC
-----
UTIL DIR,D80 (first drive)
UTIL DIR,D40 (second drive)
APL
---
)LIB 11001 (first drive)
)LIB 12001 (second drive)
Christian