home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM This sample batch file employs DOORWAY to give the SysOp DOS access
- ECHO.
- ECHO.
- ECHO The SysOp is accessing the operating system ...
- ECHO.
- ECHO.
- C:
- CHDIR \
- C:\DOORWAY\DOORWAY COM1 /S:* /O /G:ON^U /M:60 /C:DOS
- ECHO.
- ECHO.
- ECHO The SysOp has returned from the operating system ...
- C:
- CHDIR \WR-BBS
-
-