[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I need to download BASIC.SYSTEM ... help me, Obi-wan!



On Wed, 4 Aug 1999 01:03:11 -0500, "John Jacobs"
<jjacobs@win.bright.net> wrote:

>ADT enters itself into
>the monitor just fine (1.2 second line delay and 10ms character pacing), but
>I get an I/O ERROR when it gets to the part of ADT.DMP (the input file for
>transmitting to the Apple) where it BSAVEs the file. Specifically it tries
>to execute: bsave adt a$803,l$a14,s6,d1. If I boot my original DOS 3.3
>System Master disk and type-in this bsave command, I also get the I/O ERROR.

You need a comma between the filename and  the "A" (Address)
parameter, like so:

BSAVE ADT,A$803,L$A14,S6,D1