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

Re: Really basic question



In article <david.945580940@davros>, david@uow.edu.au (David Wilson) wrote:

> >is it "PREFIX/S1,D1/BLAH.BLAH.BLAH" or is it "PREFIX
S1,D1/Blah.Blah.Blah", or 
> 
> Try:
> 
> PREFIX /DISKNAME/DIRECTORYPATH          [absolute]
> or
> PREFIX DIRECTORYPATH                    [relative - on same disk as current]

Yes, these are correct

> or
> PREFIX S6

but this is not! You haven't tested this, have you? This would go to
directory "S6", if there was one. The correct syntax for going to the root
of the disk in slot 6 is

PREFIX,S6

There also is a command for going to the root of the current disk:

PREFIX /

Groetjes, Pim