home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / dirutl / dups.arc / COMPILE.BAT next >
DOS Batch File  |  1987-05-15  |  312b  |  13 lines

  1. set include=C:\MSC\INCLUDE
  2. set lib=C:\MSC\LIB
  3. set tmp=C:\MSC\WORK
  4. c:\msc\bin\msc FARPTR/AL/W3/Gt/Zp;
  5. set include=C:\MSC\INCLUDE
  6. set lib=C:\MSC\LIB
  7. set tmp=C:\MSC\WORK
  8. c:\msc\bin\msc DUPS/AL/W3/Gt/Zp;
  9. LINK DUPS+FARPTR/STACK:32760;
  10. EXEPACK DUPS.EXE GARBAGE.EXE
  11. DEL DUPS.EXE
  12. RENAME GARBAGE.EXE DUPS.EXE
  13.