home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / bbs / RA / callview.bat < prev    next >
Encoding:
DOS Batch File  |  1976-11-24  |  608 b   |  17 lines

  1. REM                      SAMPLE RA BATCH FILE (SAMPLE.BAT)
  2. REM                      ---------------------------------
  3. REM           
  4.                            @echo off
  5.                            cls
  6.                            :Start
  7.                              CD\bbs\RA
  8.                              CALLVIEW
  9. rem                          cd\bbs\ra\node%1
  10. rem                          \bbs\ra\RA.EXE -e10 -n1
  11.  
  12. rem                           :AfterRA
  13. rem                             IF ERRORLEVEL 10 GOTO Start
  14. rem                             GOTO Quit
  15. rem
  16. rem                          :Quit
  17.