Done ASSOCIATE suggestion for v27

Charles Dye

Super Moderator
Staff member
May 20, 2008
4,689
106
Albuquerque, NM
prospero.unm.edu
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