Deployment of files

  • Thread starter Thread starter Paul King
  • Start date Start date
P

Paul King

The are a variety of scripting methods you can use - one such old method is
the MSDOS scripting.

In order for your clients to receive these files only once you will need a
log/status file or .txt file which indicates that the files have been copied
successfully. You can then use the IF EXIST statement in your script before
deploying the files and hence will quit the script if those files exist.

Other methods you can use are WSH (Windows Scripting Host) or other
specialist packaging methods like SMS or WISE.

Regards
Paul.
 
Hi all,

I want to copy a few .BMP and .JPG files to all of the clients (win2k) on my
network (win2k AD).

I would like the files to be implemented inside c:\winnt.

I don't want the files to be copied over and over again on the same client.

My question is: how can I copy the files to the clients and check the next
time they boot if the files are there. What is the best way to do it? Is
there another way?

Thanks in advance
Dror
 
Back
Top