Skip to content

Instantly share code, notes, and snippets.

@1c7
Last active December 18, 2015 13:38
Show Gist options
  • Save 1c7/5790812 to your computer and use it in GitHub Desktop.
Save 1c7/5790812 to your computer and use it in GitHub Desktop.
(文章) Windows下快速进入当前目录的命令行
写一个 *.bat
名字你随意, 比如aaa.bat
里面写上:
@echo off
cmd.exe
双击这个bat. 就可以进入当前目录的命令行.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment