View Single Post
  #1   Report Post  
Michael Windmeier
 
Posts: n/a
Default Strange Error Message

On Tue, 23 Nov 2004 05:03:29 +0100, Michael Windmeier
wrote:


Maybe a reason for that is a corrupt registry?

thx in advance

Michael



Hello everyone,

found the problem!!
It was a change in the registry as I thought.
The key:
HKEY_CLASSES_ROOT\exefile\shell\open\command
was changed to the value
"%1 %*"
But the right value for that is
"\"%1\" %*"

After changing, every Exe file will open without any strange error
message like Path not found.

greets
Michael