If I only want to evaluate the IF statement at reboot, what is the best way to accomplish that? Can I create a program with the IF-then-else, disable it, and enable "run at startup"??? Will it run the IF if the program is disabled?
Will this allow for the program to be evaluated only once and only during startup or do I have to create another program that runs at startup with a "run-if" pointing to the desired one-time program?