[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II DOS question.
cornoiu@monu1.cc.monash.edu.au (Mr AC Cornoiu) writes:
:
: >>I'm running the apl2em-2 emulator, and I have a, apple II DOS question
: >>to make:
:
: >>How does one catalog a different drive? It seems that I can only
: >>look at the contents of drive A, or 1. How can I access drive B, or 2?
:
: >>Is there an online document with the description of the various apple II
: >>DOS commands?
:
: >You could try CATALOG,D2
:
: btw.. you can also run programs (probably single file ones only) using:
:
: BRUN (or RUN) PROGRAM,D2
:
:
I think that once you have cataloged (or anthing else) to D2, it sets
the current drive to drive 2, so any further DOS commands will apply to
drive 2, unless you change it to drive 1 again. You can also tack the
,D2 to any dos command to have it affect that drive, i.e. INIT, CATALOG,
RUN, DELETE, etc.