All Things Microsoft > Microsoft Software

VBscript code help

(1/3) > >>

loopers:
I wanted a particular vbscript to be executed every 5 minutes. Basically, this is the vbscript that add values to the registry. How do I make this script executes every 5 minutes?


--- Code: ---
--- End code ---

Any small and big help and will truly be greatly appreciated.

rtgwbmsr:
Although this really isn't the right forum...

If you put it in a VB program, and a timer were to start after somebody pushes a button, that would work. I have little knowledge of scripts though.

loopers:
The problem is I can't find any vbscript forum here at fuckmicrosoft.com

If there is a link at fuckmicrosoft.com about vbscript ... pls send it to me. Thanks  

voidmain:
You won't find a VBScript forum at fuckmicrosoft.com. It's a Microsoft virus language and should be stricken from the face of the earth. If I were you I would look into a real language.

Stryker:

quote:Originally posted by loopers:
I wanted a particular vbscript to be executed every 5 minutes. Basically, this is the vbscript that add values to the registry. How do I make this script executes every 5 minutes?


--- Code: ---
--- End code ---

Any small and big help and will truly be greatly appreciated.[/b]
--- End quote ---


very much the wrong forum. but isn't vbscript part of iis, and a page would have to always be open and never finish loading for it to loop like that. anways... if that's what you want, make a javascript in there that will just refresh the page every 5 seconds. something like...
<script language=javascript>
SetTimer('thispage.asp',5000);
</script>

something like that should do just fine.
If you want it to do it without being noticed... then you'll need to compile a program or make your browser a background process.

Navigation

[0] Message Index

[#] Next page

Go to full version