home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / BASIC / BPREP110.ZIP / 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.