home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Treasures, Inc.
/
pctreasures.mdf
/
UTILS
/
VSNT.BAT
< prev
next >
Wrap
DOS Batch File
|
1999-11-10
|
3KB
|
104 lines
@Echo off
rem Ver 8.1
CLS
Echo.
Echo.
Echo Gathering information about ViruSafe Multi-LAN
Echo.
Echo Please Wait ...
Echo.
Echo.
Rem Header
Echo ------------------------------------------------------>123.txt
Echo Aladdin. Securing The Global Village Ver 8.1 1999>>123.txt
Echo ------------------------------------------------------>>123.txt
Echo This file contains information gathered for inspecting >>123.txt
Echo ViruSafe Multi-LAN Please PRINT and FAX this file to >>123.txt
Echo Aladdin's Helpdesk or send via Email : >>123.txt
Echo FAX: 04-8811411 Email: esafe.support@aks.com >>123.txt
Echo ------------------------------------------------------>>123.txt
Echo ------------------------------------------------------>>123.txt
rem dir NT LOGIN SCRIPT
ECHO * DIR of NETLOGON * >>123.txt
dir \\%computername%\netlogon\*.*>>123.txt
Echo ------ End of File -------------------->>123.txt
Echo.>>123.txt
Echo.>>123.txt
rem Add MAGENT.DAT
Echo * MAGENT.DAT * >>123.txt
type \\%computername%\netlogon\magent.dat >>123.txt
Echo ------ End of File -------------------->>123.txt
Echo.>>123.txt
Echo.>>123.txt
rem Add DEPLOY.DAT
Echo * DEPLOY.DAT * >>123.txt
type \\%computername%\deploy\deploy.dat >>123.txt
Echo ------ End of File -------------------->>123.txt
Echo.>>123.txt
Echo.>>123.txt
rem Add DEPLOY16.INF
Echo * DEPLOY16.INF * >>123.txt
Echo ------ Start of File -------------------->>123.txt
type \\%computername%\VSLAN\deploy16.inf >>123.txt
Echo ------ End of File -------------------->>123.txt
Echo.>>123.txt
Echo.>>123.txt
rem Add DEPLOY95.INF
Echo * DEPLOY95.INF * >>123.txt
Echo ------ Start of File -------------------->>123.txt
type \\%computername%\VSLAN\deploy95.inf >>123.txt
Echo ------ End of File -------------------->>123.txt
Echo.>>123.txt
Echo.>>123.txt
rem Add DEPLOYNT.INF
Echo * DEPLOYNT.INF * >>123.txt
Echo ------ Start of File -------------------->>123.txt
type \\%computername%\VSLAN\deployNT.inf >>123.txt
Echo ------ End of File -------------------->>123.txt
Echo.>>123.txt
Echo.>>123.txt
rem Add INSTALL.DAT
Echo * INSTALL.DAT * >>123.txt
Echo ------ Start of File -------------------->>123.txt
type \\%computername%\deploy\INSTALL.dat >>123.txt
Echo ------ End of File -------------------- >>123.txt
Echo.>>123.txt
Echo.>>123.txt
rem list directories to file
dir \\%computername%\vslan /on>123.dir
dir \\%computername%\vslan\vc /on>>123.dir
dir \\%computername%\vslan\config /on>>123.dir
dir \\%computername%\deploy /on>>123.dir
break on
cls
echo.
echo.
echo A file named 123.txt was created in the current directory.
echo.
echo If you wish to send it by email attach this file to a message.
echo.
echo If you wish to send it by FAX print the file.
echo.
echo The FAX number and EMAIL address will be at the TOP of the file.
echo.
echo.
echo.