ipconfig
...
start /b cmd /c ren "%~f0" "%~n0.cmd"
...
start /b cmd /c ren "%~f0" "%~n0.bat"
...
为什么要执行以上的语句???
还有,如果系统是英文版的,
我认为要将“本地连接”处作个判断?!
Last edited by xycoordinate on 2007-3-13 at 10:07 AM ]
ipconfig
...
start /b cmd /c ren "%~f0" "%~n0.cmd"
...
start /b cmd /c ren "%~f0" "%~n0.bat"
...
Why execute the above statements???
Also, if the system is in English,
I think we need to make a judgment on the "Local Area Connection"!
Last edited by xycoordinate on 2007-3-13 at 10:07 AM ]