home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / w / wrb100b.zip / OSACCESS.BAT < prev    next >
DOS Batch File  |  1993-01-07  |  332b  |  17 lines

  1. @ECHO OFF
  2. REM  This sample batch file employs DOORWAY to give the SysOp DOS access
  3. ECHO.
  4. ECHO.
  5. ECHO The SysOp is accessing the operating system  ...
  6. ECHO.
  7. ECHO.
  8. C:
  9. CHDIR \
  10. C:\DOORWAY\DOORWAY COM1 /S:* /O /G:ON^U /M:60 /C:DOS
  11. ECHO.
  12. ECHO.
  13. ECHO The SysOp has returned from the operating system  ...
  14. C:
  15. CHDIR \WR-BBS
  16.  
  17.