home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / c_town20.zip / R.BAT < prev    next >
DOS Batch File  |  1993-02-01  |  367b  |  6 lines

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