Home All Groups Group Topic Archive Search About

how to enable "open command box here" in Win2k3?

Author
20 Jul 2005 4:44 AM
Denys Wang
thanks for replying.
--
Denys
MCSD for .Net, MCDBA

Author
20 Jul 2005 8:00 AM
Giuseppe Nacci
Denys Wang wrote:
> thanks for replying.

Sorry, but what do u're talking about?
--
---
Giuseppe Nacci
Microsoft Certified System Engineer
Security Manager

--------------------------------------------------------------------
CONFIDENTIALITY NOTICE
This message and its attachments are addressed solely to the persons
above and may contain confidential information. If you have received
the message in error, be informed that any use of the content hereof
is prohibited. Please return it immediately to the sender and delete
the message. Should you have any questions, please contact us by
replying to supporto.informat***@degennaro.biz
Thank you
--------------------------------------------------------------------
Fix windows and pc errors, click for free system scan

Author
20 Jul 2005 9:08 AM
Denys Wang
Giuseppe Nacci wrote:
> Denys Wang wrote:
>
>>thanks for replying.
>
>
> Sorry, but what do u're talking about?
sorry for not putting things clear.

in windows explore, right click on a folder, there will appear a contect
menu item "open command box here". after clicking it, you'll get a
command console in which the working folder is the folder you
right-click in the explore. this is an enhanced feature in windows xp
after powertoy is installed. very convenient if you need to interact
with the command line very often.

--
Denys
MCSD for .Net, MCDBA
Author
20 Jul 2005 8:07 AM
Hank Arnold
Haven't tried it, but how about using the MS Power Toys?

--
Regards,
Hank Arnold

Show quoteHide quote
"Denys Wang" <denysw***@163.com> wrote in message
news:e9O0mWOjFHA.3164@TK2MSFTNGP15.phx.gbl...
> thanks for replying.
> --
> Denys
> MCSD for .Net, MCDBA
Author
20 Jul 2005 9:02 AM
Denys Wang
CmdHerePowertoySetup.exe does not support win2k3.

Hank Arnold wrote:
Show quoteHide quote
> Haven't tried it, but how about using the MS Power Toys?
>

--
Denys
MCSD for .Net, MCDBA
Author
21 Jul 2005 8:31 AM
Hank Arnold
Doesn't "support" it, but does it work??

--
Regards,
Hank Arnold

Show quoteHide quote
"Denys Wang" <denysw***@163.com> wrote in message
news:O8Wa$mQjFHA.576@tk2msftngp13.phx.gbl...
> CmdHerePowertoySetup.exe does not support win2k3.
>
> Hank Arnold wrote:
>> Haven't tried it, but how about using the MS Power Toys?
>>
>
> --
> Denys
> MCSD for .Net, MCDBA
Author
25 Jul 2005 6:23 PM
Diane McCorkle
It's only an inf file that the EXE creates, the inf file is named
DOSHERE.INF.. I've pasted the contents below this paragraph. RT-Clicking it
and choosing install has given me a command prompt here on my 2003 servers.
Diane

;
; "Command Prompt Here" PowerToy
;
; Copyright 1996 Microsoft Corporation
;
[version]
signature="$CHICAGO$"

[DosHereInstall]
CopyFiles = DosHere.Files.Inf
AddReg    = DosHere.Reg

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

[DefaultInstall.ntx86]
CopyFiles = DosHere.Files.Inf
AddReg    = DosHere.Reg.NT

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

[DefaultUnInstall.ntx86]
DelFiles  = DosHere.Files.Inf
DelReg    = DosHere.Reg.NT

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

[SourceDisksFiles]
DOSHERE.INF=55

[DestinationDirs]
DosHere.Files.Inf = 17

[DosHere.Files.Inf]
DOSHERE.INF

[DosHere.Reg]
HKLM,%UDHERE%
HKLM,%UDHERE%,DisplayName,,"%DosHereName%"
HKLM,%UDHERE%,UninstallString,,"%10%\rundll.exe
setupx.dll,InstallHinfSection DefaultUninstall 132 %17%\DosHere.inf"
HKCR,Directory\Shell\DosHere,,,"%DosHereAccel%"
HKCR,Directory\Shell\DosHere\command,,,"%10%\command.com /k cd ""%1"""
HKCR,Drive\Shell\DosHere,,,"%DosHereAccel%"
HKCR,Drive\Shell\DosHere\command,,,"%10%\command.com /k cd ""%1"""

[DosHere.Reg.NT]
HKLM,%UDHERE%
HKLM,%UDHERE%,DisplayName,,"%DosHereName%"
HKLM,%UDHERE%,UninstallString,,"rundll32.exe
syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132
%17%\DosHere.inf"
HKCR,Directory\Shell\DosHere,,,"%DosHereAccel%"
HKCR,Directory\Shell\DosHere\command,,,"%11%\cmd.exe /k cd ""%1"""
HKCR,Drive\Shell\DosHere,,,"%DosHereAccel%"
HKCR,Drive\Shell\DosHere\command,,,"%11%\cmd.exe /k cd ""%1"""

[Strings]
DosHereName="Command Prompt Here PowerToy"
DosHereAccel="Command &Prompt Here"
UDHERE="Software\Microsoft\Windows\CurrentVersion\Uninstall\DosHere"



Show quoteHide quote
"Denys Wang" <denysw***@163.com> wrote in message
news:O8Wa$mQjFHA.576@tk2msftngp13.phx.gbl...
> CmdHerePowertoySetup.exe does not support win2k3.
>
> Hank Arnold wrote:
>> Haven't tried it, but how about using the MS Power Toys?
>>
>
> --
> Denys
> MCSD for .Net, MCDBA

Bookmark and Share