![]() ![]() |
May 17 2008, 06:39 PM
Post
#1
|
|
|
Junior ![]() Group: Members Posts: 95 Joined: 2-November 07 From: Next to the Alps in Germany Member No.: 160737 OS: 2000
|
Hello.
In Windows XP there is a power tweak that I can't find for Windows 2000. Can somebody tell me how to make a cmd, bat or reg file out of the procedure listed below so that I can open a command window wherever I am in the explorer? (preferably a reg file) 1. In Windows Explorer, open the Tools » Folder Options menu item. 2. Select the File Types tab. 3. Press the letter ‘n’ on your keyboard to scroll to the N/A section. 4. Select the entry labeled Folder. 5. Click the Advanced button. 6. Click the New button. 7. In the action field, type “Command Prompt” (without the quotes). 8. In the application field, type “cmd.exe” (without the quotes). 9. Save all your changes (click OK on each dialog) and exit the Folder Options dialog. Once I perform thos steps, I'm able to right click a folder and select the “Command Prompt” menu item to open a command window. That's what I want in my unattended W2K install, but I don't know how to automate this. |
|
|
|
May 17 2008, 06:58 PM
Post
#2
|
|
|
Newbie Group: Members Posts: 18 Joined: 18-February 08 Member No.: 177630 OS: XP Pro x86
|
This command should do what your after.
:: **** Command Prompt Here REG ADD "HKCR\Directory\shell\Command Prompt Here\Command" /f /t REG_SZ /ve /d "cmd.exe /k cd %%1" |
|
|
|
May 17 2008, 06:58 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 518 Joined: 24-November 06 Member No.: 116438 OS: 2000
|
This really isn't the best place to ask such a question, but nonetheless, here you go mate :
CODE Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here] [HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\Command] @="cmd.exe /k cd %1" Edit : Beaten by 7yler This post has been edited by Martin H: May 17 2008, 07:01 PM |
|
|
|
May 18 2008, 06:46 AM
Post
#4
|
|
|
MSFN Junkie Group: Software Developers Posts: 3624 Joined: 23-July 04 From: Italy Member No.: 25215 OS: none
|
Another approach, that I find useful:
http://www.msfn.org/board/util-or-shell-ex...4.html&st=8 As it opens a command prompt in currently opened folder, I have both on my 2K, so that I can open a command prompt everywhere. jaclaz |
|
|
|
May 18 2008, 03:32 PM
Post
#5
|
|
|
Junior ![]() Group: Members Posts: 95 Joined: 2-November 07 From: Next to the Alps in Germany Member No.: 160737 OS: 2000
|
thumbup.gif
Thank you mate ! You did me a service there. May you also be helped in your further endeavours. |
|
|
|
May 18 2008, 06:29 PM
Post
#6
|
|
|
Junior ![]() Group: Members Posts: 66 Joined: 15-September 04 Member No.: 31170 |
powertoy xp
http://www.microsoft.com/windowsxp/downloa...ppowertoys.mspx Open Command Window Here CmdHere.exe 514 KB 2 min @ 28.8 Kbps http://download.microsoft.com/download/whi...wertoySetup.exe |
|
|
|
May 19 2008, 02:42 AM
Post
#7
|
|
|
Junior ![]() Group: Members Posts: 95 Joined: 2-November 07 From: Next to the Alps in Germany Member No.: 160737 OS: 2000
|
Yesterday my comment wasn't accepted so... hopefully I can express my gratitude today.
May you also be helped in your endeavours as much as you help others. Thank you very much, you gave me just what I needed. |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 8th January 2009 - 11:44 PM |