Archive for January, 2008

Ternary Operators in VBScript

Thursday, January 17th, 2008

I use the ? an : operators when writing PHP. Are there similar operators available in VBScript? - Bill S.
Let me first give a basic introduction for those readers who don’t know PHP and may not understand what we’re talking about here. PHP allows you to make quick decisions using the ? and […]

Speed Tweak: Disable Unnecessary Services

Tuesday, January 15th, 2008

How do I strip windows down to be faster on my laptop? - James M.
This is really kind of a loaded question. It’s highly dependent upon what you mean when you say “strip down”. My basic response to this would be to disable unnecessary services and removed unneeded components.

Launch One Script From Another

Monday, January 14th, 2008

Can you call a WSH script from within an existing VBS WSH logon script?- Cheryl J.
Hello, Cheryl. Quite simply, yes you can. There are a couple of methods for doing this. I’ll show you the easiest two first and then I’ll document a third, more robust way, in a future article.