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.
March 4, 1999
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.
You May Also Like