By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!DIR /: /B produces this.
Code:stoppers.btm dell.txt:$DATA intel.txt:$DATA
DIR /: /F produces this.
Code:V:\stoppers.btm V:\stoppers.btm:dell.txt:$DATA V:\stoppers.btm:dell.txt:$DATAintel.txt:$DATA
The second one doesn't look right. What's up with that?
The one with "/B" is fine. The one with "/F" isn't. The one with "/F" should look like this.What did you think it was going to look like?
V:\stoppers.btm
V:\stoppers.btm:dell.txt:$DATA
V:\stoppers.btm:intel.txt:$DATA
V:\stoppers.btm
V:\stoppers.btm:dell.txt:$DATA
V:\stoppers.btm:dell.txt:$DATAintel.txt:$DATA
And that doesn't make sense to me. It gets the first stream correctly and appends the name of the second stream to the previously printed file:stream. That just seems wrong. "/B" has no such problem.I don't think it makes any sense to use /F with /:.
I take that back. When used with "/S", "/B" has the same problem. "/F" has the problem with or without "/S"."/B" has no such problem.