batch into script
From: Mike Brearley (mike_brearleyNOSPAM_at_DONTDOIThotmail.com)
Date: 04/22/04
- Next message: Microsoft News: "Copy array dump onto text file"
- Previous message: Richard Mueller [MVP]: "Re: WMI LastBootUpTime wrong value"
- Next in thread: tomthumbkop: "Re: batch into script"
- Reply: tomthumbkop: "Re: batch into script"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 22 Apr 2004 13:48:35 -0400
How can I convert this section of a batch file into vbscript so I can add it
to my new login script?
.......
:AUDIT
if exist "C:\aida_scan.txt" GOTO MS823980PATCH
echo.
echo Running a background Hardware/Software Audit.
\\%File_Server%\Data\Support\aida32\aida32.exe /R .\AuditData\$hostname.csv
/NAS /AUDIT /SILENT
echo yes >>"C:\aida_scan.txt"
:MS823980PATCH
.......
-- Posted 'as is'. If there are any spelling and/or grammar mistakes, they were a direct result of my fingers and brain not being synchronized or my lack of caffeine. Mike Brearley
- Next message: Microsoft News: "Copy array dump onto text file"
- Previous message: Richard Mueller [MVP]: "Re: WMI LastBootUpTime wrong value"
- Next in thread: tomthumbkop: "Re: batch into script"
- Reply: tomthumbkop: "Re: batch into script"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|