1   1  /  1  页   跳转

弱弱的问个问题

弱弱的问个问题

@echo off
rem MYCOPY.BAT copies any number of files
rem to a directory.
rem The command uses the following syntax:
rem mycopy dir file1 file2 ...
set todir=%1
:getfile
shift
if "%1"=="" goto end
copy %1 %todir%
goto getfile
:end
set todir=
echo All done
这是个Dos命令,我想问下,冒号后面的是代表什么啊?就是想问为什么这个getfile为什么前面要有个冒号?代表什么意思?与Goto语句有关吗?

用户系统信息:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
分享到:
gototop
 

回复:弱弱的问个问题

太高深了,!!
gototop
 

回复:弱弱的问个问题

执行文件……如果该文件被结束,复制该文件并执行……不知道理解的对不对……编程学得不好
gototop
 

回复 3F 我爱龙飞儿 的帖子

谢谢 清楚了。
gototop
 
1   1  /  1  页   跳转
页面顶部
Powered by Discuz!NT