home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / tools / bprep / bp.bat next >
Encoding:
DOS Batch File  |  1991-06-24  |  264 b   |  14 lines

  1. rem
  2. rem  This batch file takes a single parameter (input file name)
  3. rem  and create the output file.
  4. rem
  5. rem  Your source file   : sample.b
  6. rem
  7. rem     you type        : bp sample
  8. rem
  9. rem  the output file    : sample.bas
  10. rem
  11. rem
  12. rem
  13. bprep %1.b %1.bas
  14.