有时想直接用Dos跳转到当前目录下  可以使用这个脚本

当右键文件夹时会显示Dos at Here选项

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cmd]
@="Dos at Here "

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cmd\command]
@="cmd.exe /k cd \"%1\""

 

同理也可以添加Visual Studio命令提示符来输入快捷键

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\VSCP]
@="Open VS Command Prompt Here"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\VSCP\command]
@="%comspec% /k \"\"X:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\vcvarsall.bat\"\" x86"

相关文章:

  • 2021-09-26
  • 2021-11-06
  • 2021-05-30
  • 2021-09-22
  • 2022-01-30
  • 2021-05-17
  • 2022-02-24
  • 2021-05-28
猜你喜欢
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-08-13
  • 2021-11-17
相关资源
相似解决方案