I have a gnuhere.inf file that will place a gnuplot prompt here menue when
I right click on a directory. The menue item opens gnuplot and when I click
on open it automatically opens in that directory where I right clicked.
This used to work with an old version of gnuplot (not sure which version)
it doesn't work with latest version of gnuplot.
anybody know how to fix it?
here is the content of gnuhere.inf
;
; "uplot Prompt Here" PowerToy
;
; Copyright 1996 Microsoft Corporation
;
[version]
signature="$CHICAGO$"
[GnuHereInstall]
CopyFiles = GnuHere.Files.Inf
AddReg = GnuHere.Reg
[DefaultInstall]
CopyFiles = GnuHere.Files.Inf
AddReg = GnuHere.Reg
[DefaultInstall.ntx86]
CopyFiles = GnuHere.Files.Inf
AddReg = GnuHere.Reg.NT
[DefaultUnInstall]
DelFiles = GnuHere.Files.Inf
DelReg = GnuHere.Reg
[DefaultUnInstall.ntx86]
DelFiles = GnuHere.Files.Inf
DelReg = GnuHere.Reg.NT
[SourceDisksNames]
55="Gnu Prompt Here","",1
[SourceDisksFiles]
GnuHere.INF=55
[DestinationDirs]
GnuHere.Files.Inf = 17
[GnuHere.Files.Inf]
GnuHere.INF
[GnuHere.Reg]
HKLM,%UDHERE%
HKLM,%UDHERE%,DisplayName,,"%GnuHereName%"
HKLM,%UDHERE%,UninstallString,,"%10%\rundll.exe
setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\GnuHere.inf"
HKCR,Directory\Shell\GnuHere,,,"%GnuHereAccel%"
HKCR,Directory\Shell\GnuHere\command,,,"%10%\command.com /k cd ""%1"""
HKCR,Directory\Shell\GnuHere\command,,,"%10%\wgnuplot.exe
HKCR,Drive\Shell\GnuHere,,,"%GnuHereAccel%"
HKCR,Drive\Shell\GnuHere\command,,,"%10%\command.com /k cd ""%1"""
HKCR,Drive\Shell\GnuHere\command,,,"%10%\wgnuplot.exe
[GnuHere.Reg.NT]
HKLM,%UDHERE%
HKLM,%UDHERE%,DisplayName,,"%GnuHereName%"
HKLM,%UDHERE%,UninstallString,,"rundll32.exe
syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %17%\GnuHere.inf"
HKCR,Directory\Shell\GnuHere,,,"%GnuHereAccel%"
HKCR,Directory\Shell\GnuHere\command,,,"%11%\command.com /k cd ""%1"""
HKCR,Directory\Shell\GnuHere\command,,,"%10%\wgnuplot.exe
HKCR,Drive\Shell\GnuHere,,,"%GnuHereAccel%"
HKCR,Drive\Shell\GnuHere\command,,,"%11%\command.com /k cd ""%1"""
HKCR,Drive\Shell\GnuHere\command,,,"%10%\wgnuplot.exe
[Strings]
GnuHereName="Gnuplot Prompt Here"
GnuHereAccel="Gnuplot &Prompt Here"
UDHERE="Software\Microsoft\Windows\CurrentVersion\Uninstall\GnuHere"
Thanks
|