Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done Trailing backslashes

Jan
616
15
Provide a command line switch to output trailing backslashes on directories when output by DIR and TREE commands.

Five years later after my original post and it has shown up on my radar again.
 
While not exactly what you asked for, this could be used get the results you want with PDIR.
Code:
function `addslash=%@if[isdir %1,%1\,%1]`

pdir /h /(@addslash[*])
 
Back
Top