I was wondering if I could get some help.
I have several kix scripts running on login.
I have each script logging a date file of when it last ran to a text file on the C Drive.
I don`t want to run the scripts everytime a user logs on.
I want the script to check the text files for the corresponding script and check the date inside, if the date is more that 7 days old, run the script again. If less that 7 days, don`t run the script.
Would anyone be able to help?