Welcome!

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

SignUp Now!

Done ASSOCIATE suggestion for v27

Charles Dye

Super Moderator
May
4,938
126
Staff member
Add an option to ASSOCIATE to dump all shell verbs, Open first. Maybe something like this:

Code:
C:\>associate .txt
.txt=C:\WINDOWS\system32\NOTEPAD.EXE %1

C:\>associate /a .txt
.txt = C:\WINDOWS\system32\NOTEPAD.EXE %1
    "Notepad++" = "C:\Bin\Notepad++\Notepad++.exe" "%1"
    "print" = C:\WINDOWS\system32\NOTEPAD.EXE /p %1
    "printto" = C:\WINDOWS\system32\notepad.exe /pt "%1" "%2" "%3" "%4"

C:\>
 

Similar threads

Back
Top