I have lost my executable association.

John Savill

March 4, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. If your computer configuration has been corrupted and executablefiles no longer behave correctly perform the following from the command prompt(cmd.exe)

C:> assoc .exe=exefile
C:> ftype exefile="%1" %*

Executables should now work as per normal.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like