home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / SWARM11.ZIP / R.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-07-25  |  350 b   |  6 lines

  1. @ ECHO OFF                                 ; Turn off echo.
  2. CD C:\MYBBS\SWARM                          ; Path to door directory.
  3. COPY C:\MYBBS\DORINFO1.DEF                 ; Copies BBS drop file to door dir.
  4. SWARM.EXE SWARM.CFG                        ; Executes door.
  5. CD C:\MYBBS                                ; Directory to return control to.
  6.