
CODE: [Copy to clipboard]猜猜它的输出是什么?@echo off
for %%f in (test) do (
echo echo test 2 >test2.bat
test2.bat
echo test 1
del test2.bat
)
echo test 3
| Quote: | |
|
CODE: [Copy to clipboard]@echo off
echo test 2 >test2.bat & test2.bat & echo test 1
echo test 3
CODE: [Copy to clipboard]@echo off
echo %%%%a%
echo %%%%a%%
echo %%%%a%%%
echo %%%%%a%%
pause>nul
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |