-Spazmatic- Posted September 22, 2005 Report Share Posted September 22, 2005 I'm trying to do this:http://www.petri.co.il/download_the_full_ie_package.htmhow do I run a CMD in a specific folder? Quote Link to post Share on other sites
Falcon1986 Posted September 22, 2005 Report Share Posted September 22, 2005 (edited) I'm trying to do this:http://www.petri.co.il/download_the_full_ie_package.htmhow do I run a CMD in a specific folder?<{POST_SNAPBACK}>Hey! Use the command cd to change directory, so if your default is in C:\Documents and Settings\User Name>, then in CMD:C:\Documents and Settings\User Name>cd C:\C:\>cd C:\Folder1C:\Folder1>cd C:\Folder1\Folder1_01C:\Folder1\Folder1_01>and so on...Or download the CommandHere Powertoy for XP, install it, right click on the folder you want to run a command in and select Open Command Window Here. Edited September 22, 2005 by Falcon1986 Quote Link to post Share on other sites
shanenin Posted September 22, 2005 Report Share Posted September 22, 2005 (edited) you could also just make a copy of the exectuable C:\windows\system32\cmd.exe . now you can just drag this copy of cmd to the folder(directory) you want to run it in.the cd command is probably the prefered method of doing it. Since falcon1986 also mentioned using commandhere powertoy, I thought I would suggest a similar way of doing it. Edited September 22, 2005 by shanenin Quote Link to post Share on other sites
TheTerrorist_75 Posted September 22, 2005 Report Share Posted September 22, 2005 (edited) Manually add the Command Prompt to the context menu.1) In explorer, open Tools, Folder Options.2) Select the File Types tab.3) For Windows XP: Go to NONE / Folder.4) For Windows 2000: Press n to scroll to the N/A section.5) For Windows NT/98/95: Press f to scroll to the Folders section.6) Select the entry labeled Folder7) For Windows 2000/XP: Press Advanced button.8) For Windows NT/98/95: Press Edit button.9) Select New10) In the action block type "Command Prompt"(Win2K/XP)/"Dos Prompt"(Win9X) without the quotes.11) In the app block type "cmd.exe"(WinXP)/"Command.com"(win9X) without the quotes.12) Save and exit Folder Options.Now right click on Start, you should have a new drop down option. Open explorer and right click on a folder, select Command Prompt or DOS Prompt and a command window opens in that folder. Edited September 23, 2005 by TheTerrorist_75 Quote Link to post Share on other sites
mikex Posted September 23, 2005 Report Share Posted September 23, 2005 some nice options. sure beats cd through different folders.M Quote Link to post Share on other sites
JDoors Posted September 23, 2005 Report Share Posted September 23, 2005 Not if you're an old DOS hand able to type 80+ wpm. Quote Link to post Share on other sites
jcl Posted September 23, 2005 Report Share Posted September 23, 2005 (edited) Or if you're used to autocomplete. Only takes 13 keystrokes for me to get from C:\ to the Desktop directory in this account: cd D<tab><tab>\K<tab>\D<tab><enter> Edited September 23, 2005 by jcl Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.