没说清楚
=========netsend.bat==========
net view
:send
net send ip hello
goto send
==============================
只能把标号后面的另存为一个BAT 比如send.bat
========send.bat=============
:send
net send ip hello
goto send
=============================
========call.bat==============
call send.bat
==============================
就是这个意思了
|