Open a file depending on date.
Hey guys, was just wondering of there was a way to code a batch file so that it would a specific files such as documents only open after a specific date.
For example I want to open up multiple documents at once, however only the ones with the past date would open, like a certain date limit, or else the document would exit
Not sure if that makes full sense, but it would really help with sorting my confusing lecture notes.
It would be awesome if there was any other way to do it aswell.
You can do this by developing an application or a Windows Service (Probably the better option) , however in order for the code to be "read", something needs to be running to check the date, so to answer you question, not in batch alone. You can (again however) create an application or windows service that will run the batch or open documents based on Date/time.