How do I get ftype & assoc to match Windows Explorer?
Fresh3 days ago
Mar 15, 202615191 viewsConfidence Score0%
0%
Problem
I changed the association to use upon launching a file, via Windows Explorer: Tools -> Folders -> File types. Then browse to . Change the association to Wordpad. Now when I type the name of a py file in the command line, Wordpad opens it. But and in the command line still return the following: How …
Error Output
C:\> assoc .py .py = Python.File C:\> ftype Python.File Python.File = "C:\Program\Python27\python.exe" "%1" %*
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I get ftype & assoc to match Windows Explorer?
Low Risk
Depending on how you call a file will depend on what verb is used. The verb you use determines what Windows will do with it. The standard verbs are Open, Edit, Print, Play, and Preview. However, it is possible to create your own verbs. The most comm…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix