[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DOS Commands?
Hi!
Unfortunately I don't know where you can find a DOS 3.3 Manual.
However I remember the commands:
INIT <name> - Format a disc. BASIC Program that was in memory is write to
disk and named <name>. Look this command write DOS in new
disk making it BOOTable. When BOOT, <name> will run.
CATALOG - List disk contents
LOAD <name> - Load BASIC program in memory.
RUN <name> - Load BASIC program in memory and then run it.
SAVE <name> - Save current program in disk whit name.
BLOAD and BSAVE <name> ,A$xxxx,L$yyyy - Load and save binary data in/from
disk. Sintax is similar to LOAD
and SAVE except for the arguments
A$ and L$, respectively initial
adress and lenght of the bytes (in
hexadecimal; if you want to use
decimal numbers remove "$" from A$
and L$)
More commands exist but they are used in programs (like OPEN, CLOSE,
WRITE, MAXFILES etc).
If you need more info mail-me. I will be happy in help you.
[]'s
Eduardo Luccas
elucas@sti.com.br
Sao Paulo - Brazil
> I'm progressing.. I finally got a DOS 3.3 Master Diskette for my //e.
>
> Now... it's been since 1982 or so since I've played with the thing. Anyone
> know where I can get a DOS 3.3 manual? I don't even know how to format
> disks! I think it was the INIT command... or something to that affect.
>
> Thanks-
> Dave (trying to make headway)