Compiler Request


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker on February 08, 2006 at 13:06:06:

When compiling with Opt(""), delete the, if any, associated DBG and STS files.

I wrote a BAT file I run periodically to delete the BAK, DBG, and STS files under my C:\Comet directory.

CD C:\COMET
DEL *.BAK /S
DEL *.DBG /S
DEL *.STS /S
PAUSE

But I'm always stumbling into old, obsolete DBG files when I'm using the Debugger.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]