Need to create a logon script which will pull down some files from the server but dont' want it to happen every time.
Ideally I'd like the logon script to look inside a txt or ini file on the local machine and see a number, then look at a txt or ini file on server, and cmpare values. If the number on server copy of file is bigger, do a then copy files type thing.
So if client ini file has number 3 in it, and server ini file has 4 in it, then file will be copied down.
Ideally something as a batch file or vbsript would be best.
Anyone know how to do this? I normally only write batch files and don't know any commandts to compare values in files.