2006-01-06, 11:20 AM
Dear Forum,
For some reason comclean2 won't rename the _clean file when I use the standard comclean2.bat. I'm not sure why but I have a feeling that the way comclean calls cuttermaran makes it detach cuttermaran and then finish the comclean2.bat before cuttermaran has created the _clean file, thus not finding _clean for rename.
I'm wondering if inserting a call into comclean2.bat like below will fix this:
call "<path to>\cuttermaran.exe" "%~dpn1.cpf"
Has anyone had the same phenomena or is there a simpler solution?
/Humperdinck
For some reason comclean2 won't rename the _clean file when I use the standard comclean2.bat. I'm not sure why but I have a feeling that the way comclean calls cuttermaran makes it detach cuttermaran and then finish the comclean2.bat before cuttermaran has created the _clean file, thus not finding _clean for rename.
I'm wondering if inserting a call into comclean2.bat like below will fix this:
call "<path to>\cuttermaran.exe" "%~dpn1.cpf"
Has anyone had the same phenomena or is there a simpler solution?
/Humperdinck