home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / MISC / PSI-KEY / MAKE.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-05-22  |  152 b   |  9 lines

  1. @echo off
  2. call checkvid
  3. if exist %1.pr goto custom
  4. tsc /m unnamed.pr /smain=%1 /%jpivid%
  5. goto end
  6. :custom
  7. tsc /m %1.pr /smain=%1 /%jpivid%
  8. :end
  9.