On Mon, 23 Apr 2007 14:02:03 -0700, Alejandro wrote in microsoft.public.windows.server.scripting:
[Quoted Text] >Move files from a folder in a Server, to another folder in another Server. >The files that move are the generated only in the present day. The task must >executed every day at 23:00.
One line (FORFILES v 1.1): FORFILES -p\\serv1\share\source -m*.* -c"%comspec% /C MOVE [ at ]PATH\[ at ]FILE \\serv2\share\target" -d+00
Schedule.
-- Michael Bednarek http://mbednarek.com/ "POST NO BILLS"
|