I have a batch file I just need ran on and after certain days/dates.. these days vary. So here is my question.. I want to create a file that I can put in the start up menu, so when my computer boots up it will run this file and check the date. If the date is for example: november,18,2009 or later it will run the batch file. That batch file is located in c:\Documents and settings\user\My Documents So what kind of file would I need to create and what would the script be. I need to be able to plug in different dates when I need to and using the schedule task in windows is not going to work. Time doesnt matter just need dates.
You need to write another batch script and use "if" condition. Here is some help on "if" http://commandwindows.com/batchfiles-branching.htm