Add "dos here" to the right-click menu of the folder
To add the "Command Prompt" option to the right-click menu of the folder. Create a new "CommandPrompt" under the registry HKEY_CLASSES_ROOT\Directory\shell branch, modify the "Default" key value in the right pane to "dos here", and create a new "Command" below the entry, and set the "Default" key value in the right pane to "/k cd %1". Now we can switch to the specified directory without entering a long CD command.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\CmdPrompt]
@=”Enter DOS”
[HKEY_CLASSES_ROOT\Folder\shell\CmdPrompt\command]
@=” /k cd %l”
I won’t talk about the specific operation. Lazy!
The command is as follows
copy *.* +..
Right-click the file you need to create and modify it at the time: Open the command window here, enter the command, and then the file is in the home.
The creation time of the file will be modified to the system time of course you can also change the system time yourself so that the creation time can be changed to your
The required range is now.
To add the "Command Prompt" option to the right-click menu of the folder. Create a new "CommandPrompt" under the registry HKEY_CLASSES_ROOT\Directory\shell branch, modify the "Default" key value in the right pane to "dos here", and create a new "Command" below the entry, and set the "Default" key value in the right pane to "/k cd %1". Now we can switch to the specified directory without entering a long CD command.
Copy the codeThe code is as follows:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\CmdPrompt]
@=”Enter DOS”
[HKEY_CLASSES_ROOT\Folder\shell\CmdPrompt\command]
@=” /k cd %l”
I won’t talk about the specific operation. Lazy!
The command is as follows
Copy the codeThe code is as follows:
copy *.* +..
Right-click the file you need to create and modify it at the time: Open the command window here, enter the command, and then the file is in the home.
The creation time of the file will be modified to the system time of course you can also change the system time yourself so that the creation time can be changed to your
The required range is now.