|
Posted by AnrDaemon on 12/08/07 02:47
Greetings, jodleren.
In reply to Your message dated Thursday, December 6, 2007, 15:25:14,
> Just plain interest. PHP files are not default assigned to any
> programme in Windows, so one can use whatever one wants to use.
It is... For me at least.
@echo off
if "!%1" == "!" (echo Usage: %0 path_to_php-cli.exe && exit)
if not exist "%1" (echo Invalid path to PHP interpreter && exit)
ftype PHPScript="%1" -f "%%1" -- %%*
assoc .php=PHPScript
--
Sincerely Yours, AnrDaemon <anrdaemon@freemail.ru>
Navigation:
[Reply to this message]
|