I changed the default program of *.h file to notepad..
Open command is worked correctly.
My default program of *.h file is gvim.exe.
"C:\Program Files\vim\vim63\gvim.exe"
when default program is gvim.exe above, Open command is not worked.
but when default program is "C:\WINNT\gvim.bat", Open command is worked.
If i dbclicked *.h file in explorer, gvim.exe is executed correctly.
I changed and test default program repeatly.
and I knew that this problem is my system problem.. 
sorry.. thanks..
> -----Original Message-----
> From: SteveKing [mailto:steveking@gmx.ch]
> Sent: Thursday, January 27, 2005 8:54 PM
> To: dev@tortoisesvn.tigris.org
> Subject: Re: [TSVN]Open command has bug in Log Messages Dialog?
> 
> 
> tdkim wrote:
> > thanks for your work..
> > 
> > but I can execute Open command yet.
> > ShellExecute return error code ERROR_PATH_NOT_FOUND.
> > but there was tempfile in TEMP directory be created.
> > 
> > tempfile variable was 
> "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\svn000.tmp"
> > (by AfxMessageBox function..)
> > this is short format path name.
> > 
> > TEMP dir path is
> > "C:\Documents and Settings\Administrator\Local 
> Settings\Temp\svn000.tmp"
> > this is currect long format path name..
> > 
> > I think this is the reason..
> 
> No. ShellExecute can handle short pathnames as well as long ones.
> Are you sure the error code is ERROR_PATH_NOT_FOUND? Because we don't 
> specify a path at all, only a path to the file to open. And then the 
> error code would be ERROR_FILE_NOT_FOUND!
> 
> Hmmm - doubleclick once on a cpp file (you're trying that with a cpp 
> file?) - maybe the associated application to open the cpp files isn't 
> there anymore!
> 
> Stefan
> 
> -- 
>         ___
>    oo  // \\      "De Chelonian Mobile"
>   (_,\/ \_/ \     TortoiseSVN
>     \ \_/_\_/>    The coolest Interface to (Sub)Version Control
>     /_/   \_\     http://tortoisesvn.tigris.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
> 
Received on Thu Jan 27 13:40:05 2005