Johnny Ramone wrote:
Well, off the top of my head, I would suggest that you might have a syntax problem/quirk with associating a path/drive with a drive letter. Try starting with either:Hallo to all.
I allready posted this to freedos-users, but got no answer (there is not much traffic on freedos-users).
I'm using FreeDOS beta9sr1. I got two problems with subst drives:
(1) Cascading SUBST I have three partitions on my drive: C:, D: and E:. I do the following:
C:\>subst a: d:\
and then
C:\>subst d: e:\
On MS_DOS with 'a:' I get access to 'd:', with 'd:' to 'e:' and with 'e:' to 'e:'. That's what I want.
On FreeDOS with 'a:' I get access to 'e:'. That's not what I want. FreeDOS seems to cascade the substitudes. I get the warning 'SUBST: Warning physical path D:\ cannot be made' after ma first subst and the warning 'SUBST: Warning physical path E:\ cannot be made' after the second one. Has this something to do with my problem? Is this an Bug in FreeDOS? Or are there any options on the subst command to get what I want? I also tried out 'assign' but it's the same with it.
(2) CHDIR on substituded drives The same example as above but just do the first subst (C:\>subst a: d:\). Then do C:\>mkdir x C:\>cd x C:\>cd .. The message 'CHDIR failt for '..'' appears and I stay in the directory x. (with 'cd..', 'chdir ..', 'chdir..'it's the same) C:\>cd \ works. But this problems makes me insecure. Can anybody help?
Thanks in advanced
Tim Koch
||/x/:>SUBST A: D: &
||/x/:>SUBST D: E:
or
||/x/:>D:
/x/:>CD \
||/x/:>SUBST A: . &
||/x/:>E:
/x/:>CD \
||/x/:>SUBST D: .
If that doesn't help, then you will know that you don't have a typo to worry about....
My 2 cents, Josh Reynolds
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
