Version 8 of Category Utilities

Updated 2006-07-22 16:32:17

For MS Windows. Adds a 'Wish Prompt Here' selection to File Explorer's the right click menu. If selected, opens a new shell in the folder that was right clicked.

1Save the following as 'wishhere.inf' after editing the path to wish.exe to match your layout.

1Then right click on 'wishhere.inf' and select 'Install'.

1Can be uninstalled via .Settings | Add/Remove Programs'.

 ;
 ; "Wish Prompt Here"
 ;
 ; Copyright 2006 Tom Schmit
 ; Licensed under the LGPL (http://www.gnu.org/copyleft/lesser.txt)
 ;
 ; Based on "Bash Prompt Here" by Ross Smith.
 ; Edit the phrase "o:\tcl\bin\wish" as needed.

 [[version]]
 signature="$CHICAGO$"

 [[BashHereInstall]]
 CopyFiles = WishHere.Files.Inf
 AddReg    = WishHere.Reg

 [[DefaultInstall]]
 CopyFiles = WishHere.Files.Inf
 AddReg    = WishHere.Reg

 [[DefaultUnInstall]]
 DelFiles  = WishHere.Files.Inf
 DelReg    = WishHere.Reg

 [[SourceDisksNames]]
 55="Wish Prompt Here","",1

 [[SourceDisksFiles]]
 WishHere.INF=55

 [[DestinationDirs]]
 WishHere.Files.Inf = 17

 [[WishHere.Files.Inf]]
 WishHere.INF

 [[WishHere.Reg]]
 HKLM,%UDHERE%,DisplayName,,"%WishHereName%"
 HKLM,%UDHERE%,UninstallString,,"rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %17%\WishHere.inf"
 HKCR,Directory\Shell\WishHere,,,"%WishHereAccel%"
 HKCR,Directory\Shell\WishHere\command,,,"o:\tcl\bin\wish"
 HKCR,Drive\Shell\WishHere,,,"%WishHereAccel%"
 HKCR,Drive\Shell\WishHere\command,,,"o:\tcl\bin\wish"

 [[Strings]]
 WishHereName="Wish Prompt Here"
 WishHereAccel="&Wish Prompt Here"
 UDHERE="Software\Microsoft\Windows\CurrentVersion\Uninstall\WishHere"