View Single Post
  #368  
Old 01-08-2013, 10:13 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: weeb.tv: Help to download live TV streams


Quote:
Originally Posted by kirukisu View Post
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.
Reply With Quote