[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Simple DOS Command Questions
Marvin Miller wrote:
> Also, how do you change to a different directory?
>
> >After dropping into Prodos from GS/OS (basic.system) how do I;
> >
> >[1] Change from my Ram Disk to my Floppy Drives
> >
> >[2] Make a directory
If you know the disk's name, or slot and drive numbers you can type
PREFIX /RAM5 or PREFIX ,Sx , Dx for example
to make a subdirectory just use the CREATE command, i.e. CREATE MYDIR
the PREFIX command is also used to change to different directory, i.e.
PREFIX /RAM5/MYDIR or even PREFIX MYDIR,S5,D2
Marhsa