[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bought a IIe Microdrive card --- How teh hell do you use it ??
- Subject: Re: Bought a IIe Microdrive card --- How teh hell do you use it ??
- From: Ed Eastman <noone@nowhere.net>
- Date: Wed, 20 Sep 2006 16:58:24 -0500
- In-reply-to: <9mpPg.1160$HZ5.409@trndny08>
- Newsgroups: comp.sys.apple2
- Organization: University of Nebraska--Lincoln
- References: <kJmPg.779$I.530@trndny05> <1158552678.468414.46900@k70g2000cwa.googlegroups.com> <9mpPg.1160$HZ5.409@trndny08>
- Reply-to: eeastman@gmail.com
- User-agent: Thunderbird 1.5.0.7 (Windows/20060909)
- Xref: g2news2.google.com comp.sys.apple2:13084
Bill Heckel wrote:
Paul,
Are you saying the only way to add software to the drive is a program like
CopyII+.
No, he is saying that the drive came with some preloaded stuff. IF you
want to put stuffon teh drive, you will need to use whatever means you
used to use to put stuff on other drives. If you used BASIC, then you
need to bot it up into BASIC.
So, to boot into BASIC, make suer that BASIC.SYSTM is the first file on
the drive that ends in .SYSTEM. You can use a utility such as COPYII+
to do that. Baring that, see if you can't find an exit ot the menu
program that will put you in BASIC or find a menu option that RUNS BASIC.
Bill Heckel wrote:
Can anyone help me, is there another manual that I am missing ???
ProDOS users guide, would have come with the original computer.
Commands to know: PREFIX. Sets the current path for ProDOS.
Examples:
PREFIX \VOLUMENAME\DIRECTORY
PREFIX ,S7,D1
But to actually create a directoy, you will need to use a utility such
as the ProDOS Filer program or Copy II+ is very popular.
Commands to know: -. The Dash command will run a given file. Runs a
BASIC fiel, Bruns a Binary FIle, Executes a text file and runs a system
file.
Examples:
- BASICPROG.BAS
- PROGRAM.SYSTEM
- BINFILE.BIN
Thankx,
Ed