帮忙写个批处理

Inthissection,youwillinterfacewiththeoperatingsystemusingDOScommands.Foreachofthefoll... In this section, you will interface with the operating system using DOS commands.For each of the following tasks, list the correct DOS command. Note: While it is not necessary to perform these tasks on a computer, the assignment is structured for each task to be completed in sequence; that is to say, a task may depend on the state created by previous tasks. Name the batch file EXDIR.BAT. Include your name as a remark in EXDIR.BAT. Include the creation date as a remark in EXDIR.BAT. Include the function of EXDIR.BAT as a remark in EXDIR.BAT- redirects the output of dir C:\ to a file named by the user. The filename provided by the user is the first argument. A valid switch for the command dir is the optional second argument. If the file named by the user already exists, EXDIR.BAT immediately generates an error message and then exits without executing dir. The error message generated by EXDIR.BAT must display, "filename already exists, aborting EXDIR." 展开
 我来答
Terlens
2011-11-22 · TA获得超过3500个赞
知道大有可为答主
回答量:2042
采纳率:55%
帮助的人:842万
展开全部
大概翻译了一下,根据这些英文我先写下要求。

创建一个批处理文件EXDIR.BAT,要求如下:
1.将你的姓名作为注释。
2.将文件的创建日期写入注释。
3.将文件的功能写入注释:将命令dir C:\ 的输出重定向到一个文件,该文件由用户指定。
4.将要输出到的文件名作为批处理文件的第一个参数。
5.批处理文件的第二个参数为可选项,如果存在,则应该是dir命令的开关(switch,如 / p)。
6.如果文件名已经存在,则批处理文件产生一个错误信息,并立即退出。
7.错误信息应该是:"filename already exists, aborting EXDIR."

答案:
@echo off
(
echo @echo off
echo REM 姓名:%username%
echo REM 创建日期:%date%
echo REM 功能:将命令dir C:\ 的输出重定向到一个文件,该文件由用户指定。
echo if exist %%1 echo filename.already.exists.abortingEXDIR^&goto :eof
echo dir C:\ %%~2^>%%1
)>EXDIR.BAT
goto :eof
liuzhangbj
2011-11-29
知道答主
回答量:5
采纳率:0%
帮助的人:6.2万
展开全部
@echo off
echo @echo off
echo REM 姓名:%username%
echo REM 创建日期:%date%
echo REM 功能:将命令dir C:\ 的输出重定向到一个文件,该文件由用户指定。
echo if exist %%1 echo filename.already.exists.abortingEXDIR^&goto :eof
echo dir C:\ %%~2^>%%1
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式