操作系统

DOS的Expand、Fasthelp、Fc命令使用说明

时间:2024-08-16 12:25:57 操作系统 我要投稿
  • 相关推荐

DOS的Expand、Fasthelp、Fc命令使用说明

  导语:Expand、Fasthelp、Fc命令都分别有不同的功能,下面就由小编为大家介绍一下DOS的Expand、Fasthelp、Fc命令使用说明,大家一起去看看吧!

  expand:解压工具

  [适用场合]微软公司软件原始安装盘中有许多后缀以"_"结尾的压缩文件,可以用它解压,解除您因为少数几个文件丢失造成的麻烦。

  [用法]expand [源文件名] [目的文件]

  [例子]

  C:>expand a:vsafe.co_ c:DOSvsafe.com

  解压vsafe.co_为vsafe.com文件

  Microsoft (R) File Expansion Utility Version 2.10

  Copyright (C) Microsoft Corp 1990-1993. All rights reserved.

  Expanding a:vsafe.co_ to c:DOSvsafe.com. a:vsafe.co_:33046 bytes expanded to 62576 bytes, 89% increase.

  C:DOS>

  fasthelp:快速显示帮助信息

  [建议]可以看看所有的命令,对于单个的命令,还不如在命令名后加/?参数方便

  [用法]fasthelp  列出所有DOS命令的用处

  fasthelp [命令名] 显示命令的用处,等价于 [命令名]/?

  fc:文件比较

  [建议]也许对于大多数人是永远不会用到它的

  [用法]fc [文件名1] [文件名2]   比较两文件的不同

  参数还有: a c l Lbn n t w nnnn

  [例子]

  C:TEST>fc a.bat b.bat

  Comparing files A.BAT and B.BAT

  ***** A.BAT

  choice /c:dme defrag,mem,end

  if errorlevel 3 goto defrag

  if errorlevel 2 goto mem

  if errotlevel 1 goto end

  ***** B.BAT choice /c:dme defrag,mem,end

  ***** C:TEST >

【DOS的Expand、Fasthelp、Fc命令使用说明】相关文章:

dos命令del使用说明11-26

DOS的Prompt、Restore命令使用说明11-25

DOS的Emm386、Lh、Memmaker命令使用说明04-20

常用DOS命令大全07-22

dos的mem命令使用方法11-27

DOS操作系统常用命令有哪些03-31

DOS命令行常见错误信息详解11-17

维护局域网必须掌握的八个DOS命令03-19

关于linux ar命令的使用说明和实例讲解分析11-14