操作系统windows 2000 advance sever
写了一个批处理文件
比较的简单
下面就是批处理文件test2.bat的代码:
set SRC_DIR=D:\test1
set TARGET_DIR=E:\test2
...
...
call test.bat
copy ....
....
单独执行test.bat的时候很快10秒就执行完了,但是在test2.bat中执行到call test.bat的时候,就很慢,
最后过了很长时间,弹出一个对话框
ntvpm遇到系统错误
The service did not respond to the start or control request in a timely fashion