\?
查看帮助
echo
echo on/of
开启,取消回显
echo 内容
输出内容
del
del 路径
可以删除文件
\F
强制删除
\P
删除前需要确认
\S
删除所有子目录下的文件
\Q
安静模式,不需要确认
垃圾清理例子
REM命令和::
注释的作用
@rem aaaaaaaaaa
call和set的使用
1 | @echo off |
start 命令
1 | start explorer c:\ |
goto命令
1 | @echo off |
leq是小于的意思
@取消回显,dir列出文件目录
1 | @echo off |
>覆盖>>追加
&与执行,前面的无效不影响后面
cls清屏
1 | tree c:\ |
path添加文件路径名
1 | @echo off |
copy
拷贝文件
copy [file1] [file2]
move
移动文件
move [file] [directory]
修改目录
move [dir1] [dir2]
ren
修改文件名字
ren 1.txt 2.txt
ping
1 | ping 域名 /t ...参数 |
net
1 | net share ::查看共享命令 |
type查看某个文件
xcopy 复制
taskkill
tasklist
reg
if
%date% %time%
if exist
for
1 | @echo off |