in reply to Re^3: how to dir a directory that have space
in thread how to dir a directory that have space

As personal suggestion avoid to create and use paths with spaces, is a very stupid 'feature'.
I disagree, this is a perfectly normal and good feature, what is stupid is cmd.exe and various clones of sh. I avoid using them and use normal programming languages instead, such as Perl.
  • Comment on Re^4: how to dir a directory that have space

Replies are listed 'Best First'.
Re^5: how to dir a directory that have space
by Discipulus (Canon) on Jan 16, 2015 at 09:31 UTC
    Ok you are right Anon ;=)
    it would be better stated as: "try to avoid paths with spaces if you want avoid the stupidness of cmd.exe"
    L*
    There are no rules, there are no thumbs..
    Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.