无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 3763|回复: 6
打印 上一主题 下一主题

制作DOS命令帮助全集.

[复制链接]
跳转到指定楼层
1#
发表于 2009-7-10 11:06:18 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
现在关于DOS命令详细讲解的书籍已经难找了。
现告诉大家如何在一分钟内自己制作一套DOS命令集。只要你按下面的方法一步一步做:

第一步:新建一个空目录,取名为Doshelp
第二步:在Doshelp目录下新建两个文本文档 1.txt 和 2.txt
第三步:将下面的代码复制到 2.txt 里面,

@echo off

copy 1.txt DOS命令大全.txt
help>>DOS命令大全.txt
copy 1.txt attrib.txt
help attrib>>attrib.txt
copy 1.txt break.txt
help break>>break.txt
copy 1.txt call.txt
help call>>call.txt
copy 1.txt cd.txt
help cd>>cd.txt
copy 1.txt chcp.txt
help chcp>>chcp.txt
copy 1.txt chdir.txt
help chdir>>chdir.txt
copy 1.txt chkdsk.txt
help chkdsk>>chkdsk.txt
copy 1.txt cls.txt
help cls>>cls.txt
copy 1.txt cmd.txt
help cmd>>cmd.txt
copy 1.txt color.txt
help color>>color.txt
copy 1.txt comp.txt
help comp>>comp.txt
copy 1.txt copy.txt
help copy>>copy.txt
copy 1.txt date.txt
help date>>date.txt
copy 1.txt del.txt
help del>>del.txt
copy 1.txt dir.txt
help dir>>dir.txt
copy 1.txt diskcopy.txt
help diskcopy>>diskcopy.txt
copy 1.txt doskey.txt
help doskey>>doskey.txt
copy 1.txt echo.txt
help echo>>echo.txt
copy 1.txt endlocal.txt
help endlocal>>endlocal.txt
copy 1.txt fc.txt
help fc>>fc.txt
copy 1.txt findstr.txt
help findstr>>findstr.txt
copy 1.txt for.txt
help for>>for.txt
copy 1.txt format.txt
help format>>format.txt
copy 1.txt ftype.txt
help ftype>>ftype.txt
copy 1.txt goto.txt
help goto>>goto.txt
copy 1.txt if.txt
help if>>if.txt
copy 1.txt md.txt
help md>>md.txt
copy 1.txt mkdir.txt
help mkdir>>mkdir.txt
copy 1.txt mode.txt
help mode>>mode.txt
copy 1.txt more.txt
help more>>more.txt
copy 1.txt move.txt
help move>>move.txt
copy 1.txt path.txt
help path>>path.txt
copy 1.txt print.txt
help print>>print.txt
copy 1.txt prompt.txt
help prompt>>prompt.txt
copy 1.txt rd.txt
help rd>>rd.txt
copy 1.txt ren.txt
help ren>>ren.txt
copy 1.txt rename.txt
help rename>>rename.txt
copy 1.txt replace.txt
help replace>>replace.txt
copy 1.txt rmdir.txt
help rmdir>>rmdir.txt
copy 1.txt set.txt
help set>>set.txt
copy 1.txt setlocal.txt
help setlocal>>setlocal.txt
copy 1.txt shift.txt
help shift>>shift.txt
copy 1.txt sort.txt
help sort>>sort.txt
copy 1.txt start.txt
help start>>start.txt
copy 1.txt subst.txt
help subst>>subst.txt
copy 1.txt time.txt
help time>>time.txt
copy 1.txt title.txt
help title>>title.txt
copy 1.txt tree.txt
help tree>>tree.txt
copy 1.txt type.txt
help type>>type.txt
copy 1.txt xcopy.txt
help xcopy>>xcopy.txt
echo the program is be end!
echo on

第四步:将 2.txt 改名为 2.bat
(也就是一个批处理文件)
第五步:双击运行2.bat文件,大功告成!

几秒钟后,你会发现这个目录里已经多了几十个文件,名字为 if.txt ,for.txt, format.txt......之类的文件,这些就是你的DOS命令帮助大全了,怎么样?看看里面的内容吧,看看讲解详不详细呢。。。
2#
发表于 2009-7-10 11:23:20 | 只看该作者

高!

实在是高!
谢谢了哦!!!
回复

使用道具 举报

3#
发表于 2009-7-11 22:21:24 | 只看该作者
那个够牛的.....
回复

使用道具 举报

4#
发表于 2009-7-11 23:24:30 | 只看该作者
  无需如此繁琐,几条代码就可以搞定:

  1. @echo off
  2. for /f %%i in ('help^|findstr /bi [a-z]') do (
  3.     %%i /?>%%i.txt 2>nul
  4. )
  5. if /?>if.txt
  6. for /?>for.txt
复制代码
回复

使用道具 举报

5#
发表于 2011-9-11 08:51:17 | 只看该作者
谢谢楼主的分享 学习了
回复

使用道具 举报

6#
发表于 2011-9-16 12:58:05 | 只看该作者
楼主确实很高,这样都行!!!!!!!!!!!!!!开始崇拜你了。
回复

使用道具 举报

7#
发表于 2011-9-19 23:50:39 | 只看该作者
奇怪,楼主干嘛要这么做呢?
既然你知道有HELP命令,直接拿来看就是了
不知道HELP命令,用/?参数也能看呀
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2024-11-28 12:30

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表