home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / UTILS / ESPNT.BAT < prev    next >
DOS Batch File  |  1999-11-10  |  3KB  |  102 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 dir NT LOGIN SCRIPT 
  26.  ECHO * DIR  of NETLOGON  * >>123.txt
  27.  dir \\%computername%\netlogon\*.*>>123.txt
  28.  Echo ------ End of File -------------------->>123.txt
  29.  Echo.>>123.txt
  30.  Echo.>>123.txt
  31.  
  32. rem Add MAGENT.DAT
  33.  Echo * MAGENT.DAT * >>123.txt
  34.  type \\%computername%\netlogon\magent.dat >>123.txt
  35.  Echo ------ End of File -------------------->>123.txt
  36.  Echo.>>123.txt
  37.  Echo.>>123.txt
  38.  
  39. rem Add DEPLOY.DAT
  40.  Echo * DEPLOY.DAT * >>123.txt
  41.  type \\%computername%\deploy\deploy.dat >>123.txt
  42.  Echo ------ End of File -------------------->>123.txt
  43.  Echo.>>123.txt
  44.  Echo.>>123.txt
  45.  
  46. rem Add DEPLOY16.INF
  47.  Echo *   DEPLOY16.INF   * >>123.txt
  48.  Echo ------ Start of File -------------------->>123.txt
  49.  type \\%computername%\esplan\deploy16.inf >>123.txt
  50.  Echo ------ End of File -------------------->>123.txt
  51.  Echo.>>123.txt
  52.  Echo.>>123.txt
  53.  
  54. rem Add DEPLOY95.INF
  55.  Echo *   DEPLOY95.INF   * >>123.txt
  56.  Echo ------ Start of File -------------------->>123.txt
  57.  type \\%computername%\ESPLAN\depesp95.INF >>123.txt
  58.  Echo ------ End of File -------------------->>123.txt
  59.  Echo.>>123.txt
  60.  Echo.>>123.txt
  61.  
  62. rem Add DEPLOYNT.INF
  63.  Echo *   DEPLOYNT.INF   * >>123.txt
  64.  Echo ------ Start of File -------------------->>123.txt
  65.  type \\%computername%\ESPLAN\depespnt.INF >>123.txt
  66.  Echo ------ End of File -------------------->>123.txt
  67.  Echo.>>123.txt
  68.  Echo.>>123.txt
  69.  
  70. rem Add INSTALL.DAT
  71.  Echo *   INSTALL.DAT   * >>123.txt
  72.  Echo ------ Start of File -------------------->>123.txt
  73.  type \\%computername%\deploy\INSTALL.dat       >>123.txt
  74.  Echo ------ End of File --------------------  >>123.txt
  75.  Echo.>>123.txt
  76.  Echo.>>123.txt
  77.  
  78.  
  79. rem list directories to file
  80.  
  81. dir \\%computername%\ESPlan /on>123.dir
  82. dir \\%computername%\esplan\vc /on>>123.dir
  83. dir \\%computername%\esplan\config /on>>123.dir
  84. dir \\%computername%\deploy /on>>123.dir
  85.  
  86. break on
  87.  
  88. cls
  89. echo.
  90. echo.
  91. echo   A file named 123.txt was created in the current directory.
  92. echo.
  93. echo   If you wish to send it by email attach this file to a message.
  94. echo.
  95. echo   If you wish to send it by FAX print the file.
  96. echo.
  97. echo   The FAX number and EMAIL address will be at the TOP of the file.
  98. echo.
  99. echo.
  100. echo.
  101.  
  102.