Just like Command Prompt Here, I want a Create Folder Here command on my Explorer menu.
If Command Prompt Here takesv the form of:
c:\winnt\system32\cmd.exe /k cd %1
then what's the syntax for Create Folder Here? I tried:
c:\winnt\system32\cmd.exe /k md %1
What I really need, I think, is to first change to %1, then md %2. Would be that your guess and, if so, can you jog my memory as to how to place two "DOS" commands on the same line so they run in succession?
Thans
If Command Prompt Here takesv the form of:
c:\winnt\system32\cmd.exe /k cd %1
then what's the syntax for Create Folder Here? I tried:
c:\winnt\system32\cmd.exe /k md %1
What I really need, I think, is to first change to %1, then md %2. Would be that your guess and, if so, can you jog my memory as to how to place two "DOS" commands on the same line so they run in succession?
Thans