H
Herb Martin
Startup script with the switches for "freshening" on the XCOPY command
will get it done, avoid repeat copying, and keep the files fresh, example:
xcopy /c /d \\server\share\directory\*.* %systemroot%\
You might want to include /R switch but it's likely unnecessary for you.
You might need to set "permissions" (cacls.exe) afterwards.
will get it done, avoid repeat copying, and keep the files fresh, example:
xcopy /c /d \\server\share\directory\*.* %systemroot%\
You might want to include /R switch but it's likely unnecessary for you.
You might need to set "permissions" (cacls.exe) afterwards.