home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c005 / 2.ddi / RUNPRINT.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-04-13  |  579 b   |  15 lines

  1. rem RUNPRINT.BAT -- Batch file to print C TOOLS PLUS source code.
  2. rem
  3. rem Usage:  1.    Copy CTP.FIL and all files listed in it into a single
  4. rem        directory.
  5. rem        2.    Make that drive and directory current.
  6. rem        3.    Execute the following:    RUNPRINT {drive}
  7. rem        where {drive} specifies the target disk drive (without a
  8. rem        colon).  The formatted print file CONCAT.PRT will be
  9. rem        created in the current directory on that drive.
  10. rem
  11. rem Alternate usage:  Split CTP.FIL into multiple files to create
  12. rem        multiple output files.
  13.  
  14. concat %1:concat.prt /n <ctp.fil
  15.