home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / bin / ircpre.bat < prev    next >
Encoding:
DOS Batch File  |  1996-02-21  |  98 b   |  5 lines

  1. @echo off
  2. icc /c /Pc+ /Pe+ /I. %1
  3. if exist %2.rc erase %2.rc
  4. if exist %2.i rename %2.i %2.rc
  5.