电脑互动吧

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

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

[复制链接]
发表于 2014-5-21 10:20:02 | 显示全部楼层 |阅读模式
  此文仅限于对经常需要打开命令行并且感到正常打开命令行方式很浪费时间的人。. K; a2 {( I  a- ~' l
  正常情况下我门需要打开CMD, 然后再CD到自己需要的目录, 这对偶尔用用的人倒没什么。 但是经常需要这么些操作就感到浪费了大把时间。 现在提供两种方式让你像在linux中那样更高效的在当前目录打开命令行。- l0 z) W, L' [- d
  方式一:+ n" b1 a3 B& N/ M( f- _
  在当前目录按Shift+鼠标右键, 你就可以看到类似的在此处打开命令行的选项了, 如果你想去掉shift,直接按鼠标右键就有此选项, 那么你需要用简单的修win7系统改下你的注册表,
" S- b* N  l% q0 n) b. u  E  去注册表位置HKEY_CLASSES_ROOT\Directory\shell\cmd 下面将Extended键值删掉, 如果你还希望驱动器和桌面也能这样, 将HKEY_CLASSES_ROOT\Driver\shell\cmd和# W! ~7 e/ a7 e9 M% a6 X
  HKEY_CLASSES_ROOT\Directory\Background\shell\cmd 下的Extended键值去掉即可。
. z. [; m( n% D+ |  _& |  方式二:. I1 j3 Y# ^; G
  用快捷键,当然会用到人见人爱的Autohotkey. 其Auothotkey代码如下:! Q: g+ ?  z& a4 J& e+ y0 A2 u
  SetTitleMatchMode RegEx6 _. V  Y: F% [# D, P& D
  return
& D. e+ n( F: W# p% z- P8 M  ; Stuff to do when Windows Explorer is open
' S! x( V# Y/ a- a  ;
3 a! W$ J+ v4 Q# j% T+ k. _  #IfWinActive ahk_class ExploreWClass|CabinetWClass2 C1 ?( l2 ^1 ^: S
  ; open ‘cmd’ in the current directory
$ S! `2 \' X3 C: U6 q  ;
8 M2 M0 o7 b  o1 [# Y. m0 j" \  #c::3 f! a/ K4 s! i6 o
  OpenCmdInCurrent()
8 J$ `% ?  u* w  return
2 W6 M; X% x/ I% _  #IfWinActive% ?9 D  b2 L+ o0 ^+ y
  ; Opens the command shell ‘cmd’ in the directory browsed in Explorer.
. I4 }* J3 V) o2 I# t  ; Note: expecting to be run when the active window is Explorer.( d. w# {7 j+ _' K
  ;& ]0 p9 T' h& M
  OpenCmdInCurrent()
0 w# x8 K, b2 n' b  {, L% d' B- o3 o, p
  ; This is required to get the full path of the file from the address bar, W' O* H( p4 T: b  f+ m
  WinGetText, full_path, A
- ~8 ~: ?; @5 R  {: N! T. ^; F2 ?/ K  ; Split on newline (`n)
- d+ b) A- l* g0 ]3 I  StringSplit, word_array, full_path, `n
. Q9 t  ^7 g# k( Q' H% A  ; Take the first element from the array
) n3 a! X* ?, n6 u  full_path = %word_array1%, B* d: S$ ^9 L2 i$ y1 L: D
  ; strip to bare address# |7 I; q+ g0 U+ y" w0 Z
  full_path := RegExReplace(full_path, “地址: “, “”)0 m+ j; E! B. ]  y, R
  ; Just in case – remove all carriage returns (`r)% x. [& k- O( ^! y1 U
  StringReplace, full_path, full_path, `r, , all
3 [4 x7 k+ L4 @0 q! x1 j  IfInString full_path, \
% q2 L$ |! |! f: K. ^  {
4 z6 ^/ H# G4 l  Run, cmd /K cd /D “%full_path%”$ x5 s9 {6 r* B6 @& b- D. Y
  }
! `; K& W. @  N7 r" B  else
9 r) I& @# c) n# l  {' e' c% X7 o) K! s
  Run, cmd /K cd /D “C:\ ”
. ^8 V, h# K4 y) \3 P  }
0 N+ |: O' I" T; G) X' A$ X% s  }
& M* v. L. |6 D$ I' k) V  把上面代码存为UTF-8编码格式(因为有中文)的ahk格式xp系统之家,用Autohotkey打开,然后按win键+C就可以在当前目录下打开cmd命令行了。# `* n5 a8 E& e9 w$ B8 d
  这段小代码肯能有两个你需要修改的地方
0 u% A5 s7 E: n9 V/ @  1. #c:: 中的#代表win键, 这个代码中使用的是win键+C, C可以改成你需要的其它键
; h1 ?- |) g- N  Z0 e6 P# f6 |7 o% ^  2. 如果你的系统是英文的,你需要把”地址: ” 改为 “^Address: “
$ C( M7 K# k" m3 \8 R/ W6 z" [
回复

使用道具 举报

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

本版积分规则

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

浙公网安备 33032402001025号

GMT+8, 2026-4-23 00:14 , Processed in 0.137659 second(s), 22 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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