New problem!
Ok, so here is what I am trying to do (as simply explained as possible):
I need a script to be able to check the date that a file was CREATED. I think I got this part down...
FileGetTime, TimeToFix, fixschedule.txt, C
Return
But here is the problem- How do I make the script do X after Y amount of time has passed? I thought about it for a while and still don't get it.
Variables aren't my thing
ex:
If %TimeToFix% > amount of time (week?)
Run myjunk.exe
else
Return
Does anyone understand? Am I just talking to the wall, and no one knows where I am coming from or what I am trying to do? Can anyone give any ideas?
Thanks in advance,
-Brandon