I'm not needing help with task settings or task
Those things are fine
My posts are about the Check.bat I want to write
Let me reiterate
I'm using the startup task only as a measure if computer was off when 30 day task was suppose to run
So the start up task runs Check.bat and it somehow through date/time does query of exactly how many days since 30 day task was created?
If Check.bat at startup determines, "through some way", that it is past 30 days since Task B was created then Check.bat will run program.exe
So it's not about the program that gets run or the tasks, there static
So lets say when Task B gets created, some way, at that moment perhaps a way of counting the days that will pass is initiated? This is what check.bat will be doing every start up but it need a way to do it precisely
So can a text file be exported with a time stamp that check.bat can use to compare dates and either take action in running program.exe or not
I know some of the bat files here use set and DD/MM/YYYY to do calculations to gather date to make decisions correct? Also want this to work on non-english OS's that might have different date/time formats
I really wanted to query the registry to determine Task B created date or create custom entry to act as marker for 30 day cycle of Task B but don't know the registry very well...lol
Thanks for your time
