Hello
I would like to know
how to make .bat files with a time trigger
some thing like this:
I make a file with autorun and it ahs a time trigger and after two monts it opens this file...
can someone please help me resolve this problem.....
thanks...
I can tell you that batch files are not active objects; they are passive and only run when an external entity triggers them. You want to know how to command such trigger.
Well, if you are in Windows, Windows has a task scheduler and supports a variety of triggers, including a date and time. Check it out.