I thought this would be nice for the first thread here. Any PCDMIS part program I have that saves stats I put this at the begining of. It looks for and deletes the xstats11.tmp file when executed. This avoids the way of doing it manually which is usually right after things screw up.
Craig
Code:
V1 =FILE/EXISTS,C:\PCDMISW\Xstats11.tmp IF/V1==1 FILE/DELETE,C:\PCDMISW\Xstats11.tmp END_IF/
Comment