I just came across this issue, sth. related to system.
Code: Select all
:: load parameters from BaseMain.cfg
find /V ";;" BaseMain.cfg | find "=" > __temp_read_params
for /F "tokens=*" %%I in (__temp_read_params) do set %%I
del /Q __temp_read_params >Nul
onetime complain
find /V ";;" not exist after the tech support did sth.
onetime complain
the system can not find the file specified
any clue on this....or how to recover...?
Just got another script issue.
Does anybody have such issue before and what is the solution?
Thanks