Results 1 to 2 of 2

Thread: Command Shortcut In Folders

  1. #1
    Poster
    Join Date
    Mar 2003
    Posts
    3,582
    Windows 2000 > Tech Enthusiasts > Tricks

    Opening a Command Prompt from Windows Explorer

    Posted: February 24, 2000

    Submitted by Dan Green
    Sydney, Australia

    With previous versions of Microsoft Windows NT, to open a command prompt, the Cmd.exe command was always associated with Windows Explorer folders. The old technique was to go to the Windows NT Explorer Options/File Types and associate the File Folder item with Cmd.exe. With Windows 2000, you can use the Registry to activate this feature.

    To enable the command prompt feature:
    1 - Create a new text file and call it "command.reg" (select any appropriate name for the .reg file).
    2 - Right-click the file and select Edit.
    3 - Copy and paste the following code into the file.

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Directory\shell\Command]
    @="Command &Prompt"
    [HKEY_CLASSES_ROOT\Directory\shell\Command\command]
    @="cmd.exe \\\"%1\\\""


    4 - Save and close the file.
    5 - To merge the file into the registry, right-click the file and select Merge.
    5 - When prompted to confirm your intended actions, click Yes.
    7 - When informed that your actions were successful, click OK.

    To confirm your actions:
    1 - Right-click on a folder.
    2 - Confirm that an item labelled Command displays.
    3 - Select that item which will open a command prompt in that particular directory.

  2. Software & Hardware   -   #2
    Wolfmight's Avatar Poster BT Rep: +1
    Join Date
    Feb 2003
    Location
    Location: Location:
    Posts
    5,545
    nice.. old skool cracks can be used this way.. gatta all go into dos and apply them.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •