Quote:
Originally Posted by kirukisu
Somehow I can't relate *.php with php.exe to run it by double clik.
|
Run following commands from command line and it should do the trick to correctly associate the files. also you can use any other fancy icon for scripts if you don't like the default one.
Code:
ftype php_auto_file=cmd.exe /C color 17 ^& ^"C:\Program Files\PHP\php.exe^" ^"%1^" %* ^& color 07
assoc .php=php_auto_file
change the path of php to your actual php path.