From: BertoldiNEW on
John John - MVP wrote:
> Mario - Roma wrote:
>> I need to schedule a task to run from 8:00 to 9:00 every 30 seconds
>> or at least every 1 minute: I tryied to use the AT command but many
>> options look to are missing.
>> Can I schedule the task with the options I need using VBscript?
>
> I would probably just schedule a batch file to run at 8:00 and have
> the batch file use the Sleep command or have it ping the local host
> for 30 seconds then loop back to the command. Have the batch file
> read the time from the Echo command and use an IF statement to have
> it stop if the time is greater than 9:00. Example:
[...]
> Some here can probably convert something like that to a VBS script...
>
> John

i think this is a good option.
maybe there are also some chances using SCHTASKS instead of AT