home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / VFY_34A.ZIP / 4-TRIBBS.ZIP / TEST2.BAT < prev    next >
DOS Batch File  |  1993-12-19  |  731b  |  20 lines

  1. @ECHO OFF
  2. rem   For a safe test, the file TRIBBS.SYS and DOOR.SYS is placed in the root 
  3. rem   directory, then deleted.  This is done because a directory must be 
  4. rem   defined on the command line of TRISEC.  This batch file will properly
  5. rem   test TRISEC in any directory.
  6. rem   
  7. COPY TRIBBS.SYS C:\ > nul
  8. COPY DOOR.SYS C:\ > nul
  9. TRISEC C: 1000
  10. COPY C:\TRIBBS.SYS > nul
  11. COPY C:\DOOR.SYS > nul
  12. del C:\TRIBBS.SYS
  13. del C:\DOOR.SYS
  14. echo .
  15. echo Now, view TRIBBS.SYS, DOOR.SYS and USERS.DAT and observe the security
  16. echo level change.  CHECK.EXE is provided to view USERS.DAT.
  17. echo .
  18. echo To change another caller's security level, place the new name into
  19. echo TRIBBS.SYS and DOOR.SYS and run this batch file again.
  20.