怎么样用批处理不用路劲就可以运行*.exe 日期:2011-07-01 20:01:47 人气:2 怎么样用批处理不用路劲就可以运行*.exe @echo off&for /r C:\ %%i in (123.exe) do (if exist %%i start "" "%%i") 好啦。