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.
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.