home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / UTILS / ESPNW.BAT < prev    next >
DOS Batch File  |  1999-11-10  |  3KB  |  119 lines

  1. @Echo off
  2.  
  3. rem Ver 2.1
  4. CLS
  5. Echo.
  6. Echo.
  7. Echo   Gathering information about eSafe Enterprise....
  8. Echo.
  9. Echo   Please Wait ...
  10. Echo.
  11. Echo.
  12.  
  13. Rem Header
  14. Echo ------------------------------------------------------>123.txt
  15. Echo  Aladdin. Securing The Global Village  Ver 2.1   1999>>123.txt
  16. Echo ------------------------------------------------------>>123.txt
  17. Echo This file contains information gathered for inspecting >>123.txt
  18. Echo eSafe Enterprise Please PRINT and FAX this file to  >>123.txt
  19. Echo Aladdin's Helpdesk or send via Email :               >>123.txt
  20. Echo FAX: 04-8811411   Email: esafe.support@aks.com      >>123.txt
  21. Echo ------------------------------------------------------>>123.txt
  22. Echo ------------------------------------------------------>>123.txt
  23.  
  24.  
  25. rem Network Version
  26.  Echo * Network Version * >>123.txt
  27.  NVER.EXE >>123.txt
  28.  Echo ------ End of File -------------------->>123.txt
  29.  Echo.>>123.txt
  30.  Echo.>>123.txt
  31.  
  32.  
  33. rem add LOGIN.DAT
  34.  Echo * LOGIN.DAT * >>123.txt
  35.  type sys:login\login.dat >>123.txt
  36.  Echo ------ End of File -------------------->>123.txt
  37.  Echo.>>123.txt
  38.  Echo.>>123.txt
  39.  
  40.  
  41. rem add SYSTEM LOGIN SCRIPT
  42.  ECHO * NET$LOG.DAT * >>123.txt
  43.  type sys:public\net$log.dat>>123.txt
  44.  Echo ------ End of File -------------------->>123.txt
  45.  Echo.>>123.txt
  46.  Echo.>>123.txt
  47.  
  48. rem NDS script
  49.  Echo * NDS script * >>123.txt
  50.  nlist "organizational unit"=* show "login script" /r /s >>123.txt
  51.  Echo ------ End of File -------------------->>123.txt
  52.  Echo.>>123.txt
  53.  Echo.>>123.txt
  54.  
  55. rem Add MAGENT.DAT
  56.  Echo * MAGENT.DAT * >>123.txt
  57.  type sys:esplan\magent.dat >>123.txt
  58.  Echo ------ End of File -------------------->>123.txt
  59.  Echo.>>123.txt
  60.  Echo.>>123.txt
  61.  
  62. rem Add DEPLOY.DAT
  63.  Echo * DEPLOY.DAT * >>123.txt
  64.  type sys:deploy\deploy.dat >>123.txt
  65.  Echo ------ End of File -------------------->>123.txt
  66.  Echo.>>123.txt
  67.  Echo.>>123.txt
  68.  
  69. rem list directories to file
  70.  
  71. ndir sys:esplan >123.dir
  72. ndir sys:esplan\vc >>123.dir
  73. ndir sys:esplan\config >>123.dir
  74. ndir sys:deploy    >>123.dir
  75. ndir sys:vs >>123.dir
  76. ndir sys:login >>123.dir
  77.  
  78. rem  List rights to directories
  79. rights sys:esplan >>123.txt
  80. rights sys:esplan\vc >>123.txt
  81. rights sys:esplan\config >>123.txt
  82. rights sys:deploy    >>123.txt
  83. rights sys:deploy\deploy.dat >>123.txt
  84.  
  85. rem DO PCC
  86. map root p:=sys:esplan
  87. p:\pcc.exe /p=123 /f=.
  88. map del p:
  89.  
  90. break on
  91.  
  92. cls
  93. echo.
  94. echo.
  95. echo   A file named 123.txt was created in the current directory.
  96. echo.
  97. echo   If you wish to send it by email attach this file to a message.
  98. echo.
  99. echo   If you wish to send it by FAX print the file.
  100. echo.
  101. echo   The FAX number and EMAIL address will be at the TOP of the file.
  102. echo.
  103. echo   The file will be sent automatically to the default printer.
  104. echo.
  105. echo   If you do not wish to print it at this time hit CTRL+C !
  106. echo.
  107. echo.
  108.  
  109. pause
  110. break on
  111. cls
  112. echo.
  113. echo.
  114. echo   About to print information file to PRN press CTRL+C to cancel ....
  115. echo.
  116. echo.
  117. pause
  118. copy 123.txt PRN
  119.