U
Unknown
Have you investigated MSE?
Twayne said:In
As usual, nothing said of any import.
Twayne said:In
As usual, nothing said of any import.
Unknown said:Have you investigated MSE?
Unknown said:PS Do you consider 22 icons in the system tray a clean
machine???? 96 Processes running????
Are you insane?????
I need to consistently download patch on following web site, but the
file name keeps changing based on date, for example
http://definitions.symantec.com/defs/20100421-002-x86.exe
http://definitions.symantec.com/defs/yyymmdd-002-x86.exe
Does anyone have any suggestions on how to code a batch file to
download the patch based on specific date format? so I can set
schedule task to run it. Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric
%date%=Sun 04/25/2010echo %date%=Sun 04/25/2010
set mm=04
set dd=25
set yyyy=2010
Press any key to continue . . .echo 20100425 20100425
pause