×
Autorun 病毒清除工具bat批处理教程Code Page 的概念及其设置值copydelims=和tokens=星号 的差别del的bugdir命令缺陷DOS技巧100例

常用DOS命令参数的中文详解

一、DIR 命令的格式二、attrib [+r|-r] [+a|-a] [+s|-s] [+h|-h] [d: ] [name] [/s]三、cd 介绍四、copy [/y][/-y][/v][ /B]五、xcopy命令六、 del /p七、undelete [name] /au八、deltree /y [driveath]九、dos=high[|low[umb|noumb]]十、doskey十一、emm386.exe十二、fc十三、format十四、unformat 命令十六、interlnk.exe 与intersvr.exe十七、memmaker[/batch][session][/swaprive]十八、memitem memcolor memdefault十九、mscdex.exe 提供对光驱进行读写的程序二十、msd的使用二十一、prompt dos提示符二十二、ramdrive.sys 使用内存当做虚拟盘来使用二十三、subst 将一个驱动器与一个子目录联接二十四、mem /c /m /p /d 常规内存显示程序二十五、各种管道工具的使用二十六、move 命令二十七、append二十八、二十九、device devicehigh loadhigh三十、defrag 优化磁盘DOS命令集

DOS命令字典

附:批处理命令与变量

系统外部命令(均需下载相关工具)

瑞士军刀:nc.exe扫锚工具:xscan.exe命令行方式嗅探器: xsniff.exe终端服务密码破解: tscrack.exeShutdown.exeFTP命令详解计算机运行命令全集DOS批处理实战DOS中的特殊符号findstr的命令行分析机制findstr的一些bugFINDSTR正则表达式的基本用法for的一些bugfor教程for语句中的几种分隔符形式hitme批处理集合Norton Ghost批处理命令用法详细介绍手把手教你写批处理set 命令

copy


@echo off

title $$$$*晗*晗*制*造*$$$$

mode con: cols=14 lines=1

:again

cls

del /Q /f "%temp%copy.tmp" >nul 2>nul

for %%i in (c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z) do @fsutil fsinfo drivetype %%i: >>"%temp%copy.tmp"

findstr /i "可移动驱动器" "%temp%copy.tmp" 

if errorlevel==1 goto end

if errorlevel==0 goto copy 

:end 

rem 没有检测到可移动磁盘!

if not exist %temp%sleep.exe ping 127.0.0.1 -n 20 >nul 2>nul

%temp%sleep.exe 20s

goto again

:copy 

if exist c:copy goto goon

cd

cd /d c:

md copy  

:goon 

for /f "tokens=1" %%i in ('findstr /i "可移动驱动器" "%temp%copy.tmp"') do (

xcopy /e /y  %%i*.* c:copy >nul 2>nul

)

rem 已复制,请及时清理文件!

if not exist %temp%sleep.exe ping 127.0.0.1 -n 20 >nul 2>nul

%temp%sleep.exe 20s

goto again



分类导航

关注微信下载离线手册

bootwiki移动版 bootwiki
(群号:472910771)