This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 写一个 *.bat | |
| 名字你随意, 比如aaa.bat | |
| 里面写上: | |
| @echo off | |
| cmd.exe | |
| 双击这个bat. 就可以进入当前目录的命令行. |
NewerOlder