@IEandMcAffee command file begins @echo off @Alan Kaplan, www.akaplan.com if "%1"=="" goto syntax rem This program logs the version number for IE and McAfee echo %1 >> c:\\iexplore.log \\reskitpath\ntreskit$\filever \\%1\c$\progra~1\iexplore.exe /s >> c:\iexplore.log echo. >> c:\\iexplore.log echo %1 >> c:\\mcafee.log \\reskitpath\ntreskit$\filever \\%1\c$\progra~1\mcshield.exe /s >> c:\mcafee.log echo %1 >> c:\\mcafee.log goto end :syntax echo This program logs the version number for IE and McAfee echo syntax: %0 computername :end rem Command File Ends