
CODE: [Copy to clipboard]被调的结构...
:: Call 型调用自身
call %0 : labelname
...
:: Goto 型调用自身
%0 : lablename
...
:: Call 型调用其他Bat
call bat_name : labelname
...
:: Goto 型调用其他Bat
bat_name : lablename
...
CODE: [Copy to clipboard]@echo off
if "%1"==":" goto %2
...
:labelname
...
goto end
...
:end
[此贴子已经被作者于2005-4-30 12:42:47编辑过]
[此贴子已经被作者于2005-4-30 13:54:13编辑过]
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |