home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / vfy_29a.zip / 4-TRIBBS.ZIP / TEST2.BAT < prev    next >
DOS Batch File  |  1993-07-24  |  462b  |  14 lines

  1. @ECHO OFF
  2. rem   For a safe test, the file TRIBBS.SYS is copied to the root directory,
  3. rem   then deleted.
  4. COPY TRIBBS.SYS C:\ > nul
  5. TRISEC C: 1000
  6. COPY C:\TRIBBS.SYS > nul
  7. del c:\tribbs.sys
  8. echo .
  9. echo Now, view TRIBBS.SYS and USERS.DAT and observe the security level change.
  10. echo CHECK.EXE is provided to view USERS.DAT.
  11. echo .
  12. echo To change another caller's security level, place the new name into
  13. echo TRIBBS.SYS and run this batch file again.
  14.