I am an MCSE, so it's clear that I don't know all thet much on the programming side. I am trying to get a vbscript to do a simple task for me.
Currently I pipe results of a command into a text file, then parse these results for what I need. A friend of mine said I could proably skip the Text...
I am trying to find a way to alter the remote registry of many servers and confirm that is was done properly. I am really new to VBScript so please be as specific as you can. Thanks
Just to get this out of the way up front I am from the network side of things and a really need a had to get started writing a simple event sink. Perhaps someone here can help.<br><br>I need to set up a signature to be added to all outgoing SMTP mail.<br>I am running Exchange 2000 RC2...
I an reasonably new to VB and am looking to pause or delay an appliaction for a number of seconds. I have come up with this <br>
<br>
Wait = Now<br>
Do Until DateDiff("s", Wait, Now) > 2<br>
Results = DoEvents<br>
Loop<br>
<br>
But this tends to pin my cpu to 100% and...
Is there any way I can compile a simple program to an EXE and not have it be dependant on external DLL's? I don't want an install I want to be able to write really simple programs that will execute on a windows PC without any external bits.
I am trying to expand on an program/macro with excel. I want to move it out to VB then call Excel and create and manipulate sheets. I need to be able to see if excel is running. I can execute excel. I need to be able to create sheets, place info into cells and format information.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.