How to enter DOS in any Windows directory

xiaoxiao2021-03-06  105

When developing J2EE Application, it is often running on the DOS command line. The following method can enter the DOS window on either directory. got used to. Ha ha. Method 1: Deposit the following registration information into doshere.reg, double-click to execute doshere.reg. In the right-click menu, there is more Doshere options, you can enter the corresponding DOS directory in any Windows directory.

Windows Registry Editor Version 5.00

[Hkey_classes_root / directory / shell / doshere] @ = "Enter DOS Mode (& D)"

[HKEY_CLASS_ROOT / DIRECTORY / shell / doshere / command] @ = "cmd / k cd% 1"

Method 2: Handmade changes. Run regedit.exe. Enter the directory in any place in HKEY_CLASSES_ROOTDIRECTORYSHELL New "item" DOSHERE, the default value is "Enter the DOS mode (& D)" (excluding quotation marks, the same) in HKEY_CLASSES_ROOTDIRECTORYSHELLDOSHERE Item Command Default is "CMD / K CD% 1", now right-click on any directory, you can enter this directory on the command line. Entering DOS in any disk in HKEY_CLASSES_ROTDRIVESHELL New "item" DOSHERE, the default value is "from this to DOS mode (& D)" new "Item Command under HKEY_CLASSES_ROTDRIVESHELLDOSHERE, the default value is" cmd% 1 ", of course, two Method, you only change "CMD / K CD% 1" to "Explorer% 1", change "CMD% 1" to "Explorer% 1", you can enter the graphical interface.

转载请注明原文地址:https://www.9cbs.com/read-80688.html

New Post(0)