电脑互动吧

 找回密码
 注册
查看: 7064|回复: 0

Windows下更高效的打开你的命令行

[复制链接]
发表于 2014-5-21 10:20:02 | 显示全部楼层 |阅读模式
  此文仅限于对经常需要打开命令行并且感到正常打开命令行方式很浪费时间的人。) G7 Z+ p2 F! s- I
  正常情况下我门需要打开CMD, 然后再CD到自己需要的目录, 这对偶尔用用的人倒没什么。 但是经常需要这么些操作就感到浪费了大把时间。 现在提供两种方式让你像在linux中那样更高效的在当前目录打开命令行。0 }9 b* o9 i0 u. q% p" m, [$ o
  方式一:* X5 h' w8 P# \( d8 \
  在当前目录按Shift+鼠标右键, 你就可以看到类似的在此处打开命令行的选项了, 如果你想去掉shift,直接按鼠标右键就有此选项, 那么你需要用简单的修win7系统改下你的注册表,
4 Y  q4 q( p3 J  p- S1 }  去注册表位置HKEY_CLASSES_ROOT\Directory\shell\cmd 下面将Extended键值删掉, 如果你还希望驱动器和桌面也能这样, 将HKEY_CLASSES_ROOT\Driver\shell\cmd和
; C5 S. I; a1 Z2 s  HKEY_CLASSES_ROOT\Directory\Background\shell\cmd 下的Extended键值去掉即可。: i4 n& w2 }" x$ x) \8 A- A, e
  方式二:
" S) y* T5 p: j5 e3 c8 o  用快捷键,当然会用到人见人爱的Autohotkey. 其Auothotkey代码如下:9 K" |& _, k+ F6 u( `2 P3 j! N
  SetTitleMatchMode RegEx, t; H3 r5 _- a7 K) H" f
  return7 t, T; F1 t. \: B1 j* U, n- k
  ; Stuff to do when Windows Explorer is open# h# ^+ y* C; g4 m8 Y0 @5 `' S
  ;
" C9 r4 n$ ?. g3 S' @1 ^' D  #IfWinActive ahk_class ExploreWClass|CabinetWClass
1 n1 t, Q$ c3 x; B5 f9 n+ }: v  ; open ‘cmd’ in the current directory. C2 `) i/ P' j% i6 ]( y3 f% U
  ;
0 X6 o  H: k$ K0 \; M4 |! A  #c::
" k9 w% s) s2 a& e9 g5 f" G  OpenCmdInCurrent()* T5 y& c, C6 e$ Y
  return, b0 I0 f1 {0 y8 y  B/ ?
  #IfWinActive: S+ E: Q' d: r* ?" c& p& `- L
  ; Opens the command shell ‘cmd’ in the directory browsed in Explorer.. ]/ Q. U6 G7 Z9 q" d- E
  ; Note: expecting to be run when the active window is Explorer.& L" N8 X0 a# e9 X1 S
  ;
2 k, {+ q: ?+ {  OpenCmdInCurrent()$ N+ C# x; B' Z* |" L: L
  {
% d: I6 G# E9 P7 Y, N* t2 V( o% Z  ; This is required to get the full path of the file from the address bar
! t) u5 c! _6 h2 f1 f  WinGetText, full_path, A; Z" ^* y% b" }8 a( [- S. \
  ; Split on newline (`n); P' C! b7 `  S. c9 r3 e0 H
  StringSplit, word_array, full_path, `n1 J0 u3 z/ N' `0 E2 B' x
  ; Take the first element from the array
) `# k* R% s1 w: Q) G! T4 i0 T5 j8 a  full_path = %word_array1%
5 D3 e6 e6 p5 u( d2 c  ; strip to bare address
+ v( U; m1 K5 ^9 K' u  full_path := RegExReplace(full_path, “地址: “, “”). f, \. ~% h; n! i1 E9 @# k  k
  ; Just in case – remove all carriage returns (`r)2 p6 r$ P' K# m: ^/ l7 K
  StringReplace, full_path, full_path, `r, , all
7 ]* M$ D' C. n3 L3 A" M* ~& L6 p  IfInString full_path, \
$ B- F: x/ P" R  {
% n! D" n. Z2 H  Run, cmd /K cd /D “%full_path%”
5 K& F$ O5 L; z  }
0 W3 C( J- Y2 Z7 c& c8 D  else6 S# Y* d. R! d* ]$ v
  {
: |0 K. J* z4 o# H3 ]1 m* _% I  Run, cmd /K cd /D “C:\ ”
; c7 m7 f5 j$ J% P' A  }( ?6 r) D6 N' J
  }9 N1 @2 F' ]5 h0 W/ e6 D
  把上面代码存为UTF-8编码格式(因为有中文)的ahk格式xp系统之家,用Autohotkey打开,然后按win键+C就可以在当前目录下打开cmd命令行了。: E7 l. t$ d8 Z
  这段小代码肯能有两个你需要修改的地方- S$ _: a1 h- c) Z7 j  ]
  1. #c:: 中的#代表win键, 这个代码中使用的是win键+C, C可以改成你需要的其它键5 F. i5 p4 Z# O) E# y. _* i
  2. 如果你的系统是英文的,你需要把”地址: ” 改为 “^Address: “/ N; o* k" ]. U$ r
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系我们|手机版|小黑屋|Archiver|电脑互动吧 ( 浙ICP备13037409号 )

浙公网安备 33032402001025号

GMT+8, 2026-6-26 13:31 , Processed in 0.059097 second(s), 22 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表