home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem program rc85 controller from specified file
- rem
- if "%1" == "" goto usage
- rc85prg -v -d 898-1232 -c 655 -o 1231231234 %1 %2 %3 %4 %5
- goto exit
- :usage
- echo USAGE: %0 input_file
- rem C'est tout.
- :exit