Hello All,
I have a manual update file in batch format now that copys source files from a server share to local workstation and only copies newer files to the local machine program directory
I have a locally developed app that we push quarterly updates out for and along with the normal 'bigfix' software update push, there is a manual update batch file that we have users initiate when the normal distribution tool is not fast enough for them.
What I am asking:
Create this manual update function, copy if newer in vbscript
additional enhancements:
I would also like to add the function to delete any files that exist on the local machine program file location if not exist on server share location. The reason being, there has been no cleanup on local workstation program files and they are typically in the environment for a 3 year period. The local machines sometimes have un-needed files in the program directory. I have the source directory with only the currently relevant files for that application.
I would like a log file written to a server, each time the manual file is run, will write the following information in the format shown on seperate line:
computername, username, date(mm/dd/yyyy), time(hh:mm:ss), number of files copied to local workstation, number of files deleted.
I have a manual update file in batch format now that copys source files from a server share to local workstation and only copies newer files to the local machine program directory
I have a locally developed app that we push quarterly updates out for and along with the normal 'bigfix' software update push, there is a manual update batch file that we have users initiate when the normal distribution tool is not fast enough for them.
What I am asking:
Create this manual update function, copy if newer in vbscript
additional enhancements:
I would also like to add the function to delete any files that exist on the local machine program file location if not exist on server share location. The reason being, there has been no cleanup on local workstation program files and they are typically in the environment for a 3 year period. The local machines sometimes have un-needed files in the program directory. I have the source directory with only the currently relevant files for that application.
I would like a log file written to a server, each time the manual file is run, will write the following information in the format shown on seperate line:
computername, username, date(mm/dd/yyyy), time(hh:mm:ss), number of files copied to local workstation, number of files deleted.