MSDN is definitely your best bet, but not really a cheat sheet I suppose, you'll have to dig through it a bit.
Try:
http://encycode.co
The
http://msdn.microsoft.
http://w
Main Topics
Browse All TopicsI am learning VBS scripting for the first time.
I am brand spanking new at it.
Can anyone suggest a sheet of commands, that is well laid out for someone like me? Google searching is fine with me.
I anticipate multiple answers. Hence, I am assigning a 500 point question to divide between the easiest to understand for someone like me.
Cheers for your help.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
MSDN is definitely your best bet, but not really a cheat sheet I suppose, you'll have to dig through it a bit.
Try:
http://encycode.co
The
http://msdn.microsoft.
http://w
Whilst cheat sheets are fine, I think the best way to learn VBScript is through trial and error, and with real-world examples.
Here on EE there are literally thousands of questions related to VBScript varying from very simple to highly complex, with that in mind I think it would be really beneficial for you to try finding some of the seemingly simple questions on here that have an Accepted Answer (but don't read the answer or other comments - that's cheating), then using your cheat sheets and Google as a resource, set about figuring out yourself the best way to answer the question.
If at any point along the way you get stuck, you have will the comments and accepted answer to help you along.
I know it sounds a little trivial, but I have found that it is much easier to learn something when you are applying it to something that is real-world, rather than trying to learn something with nothing directly to apply it to.
Hi ChiefIT,
I always have a shortcut to the vbScript help file in my QuickLaunch bar. It is called Script56.chm and is available from here:
http://www.microsoft.com/d
It lists all the commands and syntax, and because it will run from your disk is much faster to reference than the web.
Good luck,
Daz.
Good tips:
I do see there are a lot of experienced script writers on EE. But, I don't like just knowing the answer. It is time for me to get going on scripting and actually learn it.
I appreciate the comments.
Right now, I am looking for syntax. It appears like a VBscript editor and examples from others will be my best bet. When, I get familair with syntax, then it's probably best to use a cheat sheet.
So far, it seems pretty easy. At least scripting isn't Chinese.
Business Accounts
Answer for Membership
by: RobSampsonPosted on 2009-10-28 at 21:45:22ID: 25690725
Hi there, start off with a good editor, like VBSEdit from www.vbsedit.com
en-us/libr ary/d1wf56 tt(VS.85). aspx
The editor will show you syntax options for most commands.
The language reference is available here:
http://msdn.microsoft.com/
The Microsoft Scripting Guys used to provide good VBScripts, but concentrate on PowerShell now, but it's worth checking out.
Regards,
Rob.