home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / rc85_prg / rc85.bat < prev    next >
DOS Batch File  |  1989-11-04  |  221b  |  11 lines

  1. echo off
  2. rem program rc85 controller from specified file
  3. rem
  4. if "%1" == "" goto usage
  5. rc85prg -v -d 898-1232 -c 655 -o 1231231234 %1 %2 %3 %4 %5
  6. goto exit
  7. :usage
  8. echo USAGE: %0 input_file
  9. rem C'est tout.
  10. :exit
  11.