Welcome!

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

SignUp Now!

Fixed @Folders[]

Apr
318
7
Not much to say, really.
Simply try echo %@folders[c:\]
On my machine it doesn't echo anything and seems to eat up the new line between prompts.

Using %@Files[/h %DirName,d] as a workaround.

Regards, DJ.
 

Attachments

  • Folders.PNG
    Folders.PNG
    14.8 KB · Views: 208
Last edited:
Same thing seen here.

echo %@folders[c:\apps] — same result as you report

echo %@folders[/s c:\apps] — works

echo %@folders[/s+2 c:\apps] or %@folders[/s2 c:\apps] — both of these fail. Haven't tried the other kinds switches or arguments yet.
 

Similar threads

Back
Top