home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / share / sharmies / unixdos / data.z / cc.bat < prev    next >
DOS Batch File  |  1997-11-18  |  164b  |  14 lines

  1. @echo off
  2. if "%1" == "" goto USAGE
  3.  
  4. :OK
  5. cc1 %1 %2 %3 %4 %5 %6 %7 %8 %9
  6. command /c cc2
  7. del cc2.bat
  8. goto END
  9.  
  10. :USAGE
  11. echo "cc [options] {file(s)}"
  12.  
  13. :END
  14.