By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!When I do this:
every folder entered by DO winds up in the dirhistory list. I do have "Save directory on entry" checked but I wouldn't expect it to behave like that. "FOR /R" doesn't do that.Code:do f in /s * ( echos x )
Really too bad. If it's not a bug, it's poor design. I've suggested it be changed in a future version. I am stuck with a hard-to-use dirhistory list (corrupted, IMHO) until I manually clean it out.WAD (and unavoidable) when "Save directory on entry" is set. (One of the reasons I really didn't want to offer that option.)
The only way around it is a substantial parser rewrite; IMO it isn't worth the considerable effort and risk involved.
WAD (and unavoidable) when "Save directory on entry" is set. (One of the reasons I really didn't want to offer that option.)
The only way around it is a substantial parser rewrite; IMO it isn't worth the considerable effort and risk involved.
Really too bad. If it's not a bug, it's poor design. I've suggested it be changed in a future version. I am stuck with a hard-to-use dirhistory list (corrupted, IMHO) until I manually clean it out.
We users are not familiar with the limitations imposed by the long-standing design. From our point of view (I hope I speak for others) the request seems quite reasonable.IMO it's not a poor design; it's a poor decision by a few users to demand that feature (and all its myriad associated problems) be added to an existing long-standing design that has no provision for it.
(You can bolt your lawnmower to your car, but it's probably not fair to then complain that your car does a lousy job mowing the lawn ...)
We users are not familiar with the limitations imposed by the long-standing design. From our point of view (I hope I speak for others) the request seems quite reasonable.
I don't see it as general. FOR /R and COPY /s don't do it. Where else can it happen?I added a dreadful hack (for DO only). I can't do anything about the general issue until I have a couple of weeks to rewrite the parser.