Jump to content

What is this registry root key value?


Recommended Posts

Posted

Root key HKEY_CLASSES_ROOT has the value:

 

ab(default) REG_SZ PHP File

 

None of the other root keys have a value (value not set). Can someone

explain what this key value means?

 

I have a feeling it's related to some problems I've been having with

the .php file extension which I set with the following cmd line

commands:

 

assoc .php=PHPScript

ftype PHPScript="C:\php\php.exe" "%1" %*

 

If I try to break the association with

 

ftype PHPScript=

 

I get an error: "File type 'PHPScript' not found or no open command

associated with it."

 

I realize I can just go into the registry and delete the key, but I

like to understand what I'm doing first.

  • Replies 1
  • Created
  • Last Reply

Popular Days

Guest Kelly
Posted

Re: What is this registry root key value?

 

Sal see if this sounds familiar:

http://phplens.com/phpeverywhere/fastcgi-php

 

--

 

All the Best,

Kelly (MS-MVP/DTS&XP)

 

Taskbar Repair Tool Plus!

http://www.kellys-korner-xp.com/taskbarplus!.htm

 

 

"Sal" <here@softcom.net> wrote in message

news:6aaf2dc6-cde1-441c-96e1-38c3dabc0041@q27g2000prf.googlegroups.com...

> Root key HKEY_CLASSES_ROOT has the value:

>

> ab(default) REG_SZ PHP File

>

> None of the other root keys have a value (value not set). Can someone

> explain what this key value means?

>

> I have a feeling it's related to some problems I've been having with

> the .php file extension which I set with the following cmd line

> commands:

>

> assoc .php=PHPScript

> ftype PHPScript="C:\php\php.exe" "%1" %*

>

> If I try to break the association with

>

> ftype PHPScript=

>

> I get an error: "File type 'PHPScript' not found or no open command

> associated with it."

>

> I realize I can just go into the registry and delete the key, but I

> like to understand what I'm doing first.


×
×
  • Create New...