From: Eric on 22 Apr 2010 04:33 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
From: Pegasus [MVP] on 22 Apr 2010 07:31 "Eric" <Eric(a)discussions.microsoft.com> wrote in message news:CB9126DD-6B0C-408F-A4CB-94FF8180FBB3(a)microsoft.com... > 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 > It depends on your regional settings. What exactly do you see when you type this command at the Command Prompt: echo %date%
From: HeyBub on 22 Apr 2010 08:09 Eric wrote: > 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 Even if you ARE successful, you're asking for trouble. Yesterday McAfee finally caught up to Symantec in the race to slow down computers.
From: Pegasus [MVP] on 22 Apr 2010 08:26 "HeyBub" <heybub(a)gmail.com> wrote in message news:uguqdSh4KHA.1888(a)TK2MSFTNGP05.phx.gbl... > Eric wrote: >> 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 > > Even if you ARE successful, you're asking for trouble. Yesterday McAfee > finally caught up to Symantec in the race to slow down computers. LOL!
From: Bob I on 22 Apr 2010 08:55 HeyBub wrote: > Eric wrote: > >>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 > > > Even if you ARE successful, you're asking for trouble. Yesterday McAfee > finally caught up to Symantec in the race to slow down computers. > > Slow, or KILL?
|
Next
|
Last
Pages: 1 2 3 4 Prev: How to set schedule task? Next: Desktop Icon Names Want to Change Color |