Charles Dye
Super Moderator
- May
- 5,226
- 149
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:\>