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

  1. @Echo off
  2.  
  3. rem Ver 8.1
  4. CLS
  5. Echo.
  6. Echo.
  7. Echo   Gathering information about ViruSafe Multi-LAN
  8. Echo.
  9. Echo   Please Wait ...
  10. Echo.
  11. Echo.
  12.  
  13.  
  14. Rem Header
  15. Echo ------------------------------------------------------>123.txt
  16. Echo   Aladdin. Securing The Global Village  Ver 8.1   1999>>123.txt
  17. Echo ------------------------------------------------------>>123.txt
  18. Echo This file contains information gathered for inspecting >>123.txt
  19. Echo ViruSafe Multi-LAN Please PRINT and FAX this file to  >>123.txt
  20. Echo Aladdin's Helpdesk or send via Email :               >>123.txt
  21. Echo FAX: 04-8811411    Email: esafe.support@aks.com      >>123.txt
  22. Echo ------------------------------------------------------>>123.txt
  23. Echo ------------------------------------------------------>>123.txt
  24.  
  25.  
  26.  
  27. rem dir NT LOGIN SCRIPT 
  28.  ECHO * DIR  of NETLOGON  * >>123.txt
  29.  dir \\%computername%\netlogon\*.*>>123.txt
  30.  Echo ------ End of File -------------------->>123.txt
  31.  Echo.>>123.txt
  32.  Echo.>>123.txt
  33.  
  34. rem Add MAGENT.DAT
  35.  Echo * MAGENT.DAT * >>123.txt
  36.  type \\%computername%\netlogon\magent.dat >>123.txt
  37.  Echo ------ End of File -------------------->>123.txt
  38.  Echo.>>123.txt
  39.  Echo.>>123.txt
  40.  
  41. rem Add DEPLOY.DAT
  42.  Echo * DEPLOY.DAT * >>123.txt
  43.  type \\%computername%\deploy\deploy.dat >>123.txt
  44.  Echo ------ End of File -------------------->>123.txt
  45.  Echo.>>123.txt
  46.  Echo.>>123.txt
  47.  
  48. rem Add DEPLOY16.INF
  49.  Echo *   DEPLOY16.INF   * >>123.txt
  50.  Echo ------ Start of File -------------------->>123.txt
  51.  type \\%computername%\VSLAN\deploy16.inf >>123.txt
  52.  Echo ------ End of File -------------------->>123.txt
  53.  Echo.>>123.txt
  54.  Echo.>>123.txt
  55.  
  56. rem Add DEPLOY95.INF
  57.  Echo *   DEPLOY95.INF   * >>123.txt
  58.  Echo ------ Start of File -------------------->>123.txt
  59.  type \\%computername%\VSLAN\deploy95.inf >>123.txt
  60.  Echo ------ End of File -------------------->>123.txt
  61.  Echo.>>123.txt
  62.  Echo.>>123.txt
  63.  
  64. rem Add DEPLOYNT.INF
  65.  Echo *   DEPLOYNT.INF   * >>123.txt
  66.  Echo ------ Start of File -------------------->>123.txt
  67.  type \\%computername%\VSLAN\deployNT.inf >>123.txt
  68.  Echo ------ End of File -------------------->>123.txt
  69.  Echo.>>123.txt
  70.  Echo.>>123.txt
  71.  
  72. rem Add INSTALL.DAT
  73.  Echo *   INSTALL.DAT   * >>123.txt
  74.  Echo ------ Start of File -------------------->>123.txt
  75.  type \\%computername%\deploy\INSTALL.dat       >>123.txt
  76.  Echo ------ End of File --------------------  >>123.txt
  77.  Echo.>>123.txt
  78.  Echo.>>123.txt
  79.  
  80.  
  81. rem list directories to file
  82.  
  83. dir \\%computername%\vslan /on>123.dir
  84. dir \\%computername%\vslan\vc /on>>123.dir
  85. dir \\%computername%\vslan\config /on>>123.dir
  86. dir \\%computername%\deploy /on>>123.dir
  87.  
  88. break on
  89.  
  90. cls
  91. echo.
  92. echo.
  93. echo   A file named 123.txt was created in the current directory.
  94. echo.
  95. echo   If you wish to send it by email attach this file to a message.
  96. echo.
  97. echo   If you wish to send it by FAX print the file.
  98. echo.
  99. echo   The FAX number and EMAIL address will be at the TOP of the file.
  100. echo.
  101. echo.
  102. echo.
  103.  
  104.