How to schedule tasks. using scheduled task.
hi,
i have server running win 2008 standard edition additional domain running win server 2008 standard.i want copy folder main server additional domain in every 30 min or twice in day .how can this?is there solution without using scheduled task.if not how can in scheduled tasks?
please me right answer?
you can write script accomplish same , let script run forever,
<code>
repeat:
<task done>
sleep 1800
goto repeat
</code>
better use task scheduler
run taskschd.msc
use "create task" tab accomplish same
do let me know if helps,
regards
satish
Windows Server > File Services and Storage
Comments
Post a Comment