电子文章 | 电子资料下载 | 家电维修 | 维修资料下载 | 加入收藏 | 全站地图
您现在所在位置:电子爱好者维修技术电脑技术电脑维护轻松快速制作属于我们自己系统的DOS命令集

轻松快速制作属于我们自己系统的DOS命令集

09-07 22:17:58 | http://www.5idzw.com | 电脑维护 | 人气:438
标签:电脑维护知识,电脑维护常识,http://www.5idzw.com 轻松快速制作属于我们自己系统的DOS命令集,http://www.5idzw.com

下面有小编来在电脑维修中的实践来告诉我们如何在一分钟内自己制作一套DOS命令集。只要你按下面的方法一步一步做:就可以很简单的完成了。

第一步:新建一个文件夹。

第二步:在文件夹下新建两个文本文档 1.txt

第三步:将下面的代码复制到1.txt 里面。

@echo off

echo

copy 1.txt DOS命令大全.txt

help>>DOS命令大全.txt

copy 1.txt attrib.txt

help attrib>>attrib.txt

coyp 1.txt break.txt

help break>>break.txt

coyp 1.txt call.txt

help call>>call.txt

coyp 1.txt cd.txt

help cd>>cd.txt

coyp 1.txt chcp.txt

help chcp>>chcp.txt

coyp 1.txt chdir.txt

help chdir>>chdir.txt

coyp 1.txt chkdsk.txt

help chkdsk>>chkdsk.txt

coyp 1.txt cls.txt

help cls>>cls.txt

coyp 1.txt cmd.txt

help cmd>>cmd.txt

coyp 1.txt color.txt

help color>>color.txt

coyp 1.txt comp.txt

help comp>>comp.txt

coyp 1.txt copy.txt

help copy>>copy.txt

coyp 1.txt date.txt

help date>>date.txt

coyp 1.txt del.txt

help del>>del.txt

coyp 1.txt dir.txt

help dir>>dir.txt

coyp 1.txt diskcopy.txt

help diskcopy>>diskcopy.txt

coyp 1.txt doskey.txt

help doskey>>doskey.txt

coyp 1.txt echo.txt

help echo>>echo.txt

coyp 1.txt endlocal.txt

help endlocal>>endlocal.txt

coyp 1.txt fc.txt

help fc>>fc.txt

coyp 1.txt findstr.txt

help findstr>>findstr.txt

coyp 1.txt for.txt

help for>>for.txt

coyp 1.txt format.txt

help format>>format.txt

coyp 1.txt ftype.txt

help ftype>>ftype.txt

coyp 1.txt goto.txt

help goto>>goto.txt

coyp 1.txt if.txt

help if>>if.txt

coyp 1.txt md.txt

help md>>md.txt

coyp 1.txt mkdir.txt

help mkdir>>mkdir.txt

coyp 1.txt mode.txt

help mode>>mode.txt

coyp 1.txt more.txt

help more>>more.txt

coyp 1.txt move.txt

help move>>move.txt

coyp 1.txt path.txt

help path>>path.txt

coyp 1.txt print.txt

help print>>print.txt

coyp 1.txt prompt.txt

help prompt>>prompt.txt

coyp 1.txt rd.txt

help rd>>rd.txt

coyp 1.txt ren.txt

help ren>>ren.txt

coyp 1.txt rename.txt

help rename>>rename.txt

coyp 1.txt replace.txt

help replace>>replace.txt

coyp 1.txt rmdir.txt

help rmdir>>rmdir.txt

coyp 1.txt set.txt

help set>>set.txt

coyp 1.txt setlocal.txt

help setlocal>>setlocal.txt

coyp 1.txt shift.txt

help shift>>shift.txt

coyp 1.txt sort.txt

help sort>>sort.txt

coyp 1.txt start.txt

help start>>start.txt

coyp 1.txt subst.txt

help subst>>subst.txt

coyp 1.txt time.txt

help time>>time.txt

coyp 1.txt title.txt

help title>>title.txt

coyp 1.txt tree.txt

help tree>>tree.txt

coyp 1.txt type.txt

help type>>type.txt

coyp 1.txt xcopy.txt

help xcopy>>xcopy.txt

echo the program is be end!

echo on

第四步:将 1.txt 改名为 1.bat

第五步:双击运行1.bat文件。

几秒钟后,你会发现这个目录里已经有了几十个文件,名字为 if.txt ,for.txt, format.txt......之类的文件,里面的内容就是你的DOS命令大全了。

,轻松快速制作属于我们自己系统的DOS命令集
关于《轻松快速制作属于我们自己系统的DOS命令集》的更多文章