home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / fd___168.zip / EXEBBS.BAT < prev    next >
DOS Batch File  |  1993-06-03  |  509b  |  27 lines

  1. @echo off
  2. cls
  3.  
  4. :START
  5.     d:
  6.     cd\pcb
  7.     set minutes=%3
  8.     if "%5"=="/NONE" goto :No-ARQ
  9.     if "%5"=="/" goto :No-ARQ
  10.  
  11. :ARQ
  12. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  13. :::   Be sure that the next line is correctly used   :::
  14. ::: It is the KEY to the transfer between FD and PCB :::
  15. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  16.     if "%1" == "19200" board /c:16800 /ERR
  17.     board /c:%1 /ERR
  18.  
  19. :NO-ARQ    
  20.     if "%1"=="19200" board /c:16800
  21.     board /c:%1
  22.  
  23. :END
  24.     d:
  25.     cd\fd
  26.     fd1.bat
  27.