home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / PROL12B1.ZIP / RUNPCB.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-04-15  |  629 b   |  23 lines

  1. rem find /C value corresponding to PCBSPEED value
  2. if %PCBSPEED%==Local set PCBC=/LOCALON
  3. if %PCBSPEED%==300 set PCBC=/C:0
  4. if %PCBSPEED%==1200 set PCBC=/C:2
  5. if %PCBSPEED%==2400 set PCBC=/C:3
  6. if %PCBSPEED%==4800 set PCBC=/C:4
  7. if %PCBSPEED%==9600 set PCBC=/C:5
  8. if %PCBSPEED%==12000 set PCBC=/C:5
  9. if %PCBSPEED%==14400 set PCBC=/C:5
  10. if %PCBSPEED%==19200 set PCBC=/C:6
  11. if %PCBSPEED%==57600 set PCBC=/C:8
  12. if %PCBSPEED%==115200 set PCBC=/C:9
  13.  
  14. IF EXIST DOOR.BAT DEL DOOR.BAT
  15. CLEARSYS
  16. PCB145 %PCBC% %PCBERR%
  17.  
  18. if exist endpcb del endpcb
  19. if exist door.bat door
  20. if exist remote.bat remote
  21. if exist event.bat event
  22. board
  23.