win常用命令 #
start //启动文件并以默认软件启动
echo //写入文件内容,没有自动创建.'123'>1.txt,双写>就是追加内容
type //输出内容
rename //重命名 如果文件名或者路径有空格要加引号.rename 1.txt 2.txt
move //移动文件或者文件夹
del //删除文件或文件夹
dir //打印文件目录
chcp 65001 //字符以utf-8编码
当前壁纸路径
AppData\Roaming\Microsoft\Windows\Themes\CachedFiles
设置代理
set HTTP_PROXY=http://127.0.0.1:1080
set HTTPS_PROXY=http://127.0.0.1:1080