Opening (Sub) Folders - Forum

Forum Navigation
You need to log in to create posts and topics.

Opening (Sub) Folders

I'm probably missing something very basic, but so far I only seem to be able to open Special folders:

Documents:
DOSCommand "[MyDocuments]" "" ""

Program Files (86):
DOSCommand "[ProgramFiles]" "" ""

Run also works.

But how do I open up subfolders like:

C:\Program Files (x86)\My App

or

C:\Windows\Cursors

@talker, add a slash at the end:

DOSCommand "C:\Windows\Cursors\" "" "Normal"

Regards.

@talker

Here's another example.

Run "explorer.exe" "[MyDocuments]VisualNeoWin\Tutorial Files" "Normal" "" ""

Thanks both!

That works :-).