不知道楼主为什么不考虑我的意见,非要解决进程并发问题
我的意思是,从解决问题的角度出发,把进程并发改为htm文件并发 | @echo off | | set wj1=wj1 | | set wj2=wj2 | | set wj3=wj3 | | :loop | | for /f "delims=" %%i in ('dir /b %wj1%\*.htm') do ( | | htox32c.exe %%i | | ) | | for /f "delims=" %%i in ('dir /b %wj2%\*.htm') do ( | | htox32c.exe %%i | | ) | | for /f "delims=" %%i in ('dir /b %wj3%\*.htm') do ( | | htox32c.exe %%i | | ) | | goto :loopCOPY |
|