Where can I learn the code/syntax to write vbscript?
I suppose any coding in vb 6.0 is acceptable to vbscript.
I dont see books on VBSCRIPT, but ASPNET, JAVASCRIPT, PERL and so on. It
may appear that ASPNET is really VBSCRIPT. Is it?

Perhaps a book on WSH will detail samples in VBSCRIPT.
Can one of you help answer the question?

alan
--

alan

RE: vbscript syntax by anonymous

anonymous
Mon Apr 26 15:06:08 CDT 2004

Try "VBScript Programmer's Reference" Wrox Press (ISBN 1-861002-71-8

Also, O'Reilly has one called "VBscript in a Nutshell" (ISBN: 1-56592-720-6

Good Luck

C. Horeczko

Re: vbscript syntax by Joe

Joe
Mon Apr 26 15:15:27 CDT 2004

Hi,

"alanb" <alan4100@comcast.net> wrote in message
news:ugZheY8KEHA.892@TK2MSFTNGP09.phx.gbl...
> Where can I learn the code/syntax to write vbscript?
> I suppose any coding in vb 6.0 is acceptable to vbscript.
> I dont see books on VBSCRIPT, but ASPNET, JAVASCRIPT, PERL and so on. It
> may appear that ASPNET is really VBSCRIPT. Is it?
>
> Perhaps a book on WSH will detail samples in VBSCRIPT.
> Can one of you help answer the question?

The WSH (VBScript and JScript) CHM download contains general concepts,
syntax, etc. For the WSH CHM documentation download or any updates, use the
following urls:

http://www.microsoft.com/downloads/search.aspx?displaylang=en
The MS Download Center (English Language)

http://www.microsoft.com/downloads/results.aspx?productID=478EA476-5552-479E-A200-2C33FFD43F24&freetext=&DisplayLang=en
WSH Updates, Documentation and Utility Downloads (English Language)

http://www.microsoft.com/downloads/details.aspx?FamilyID=01592c48-207d-4be1-8a76-1c4099d7bbb9&DisplayLang=en
Windows Scripting Documentation Download (English Language)

For WSH downloads in languages other than English, click on The MS Download
Center link, then select the desired language and click the Go button in the
Worldwide Downloads drop-down box. Once in the appropriate language, select
the equivalent of the Windows Script category in the Product/Technology
drop-down box, and then click the Go button in that box.

Joe Earnest



Re: vbscript syntax by alanb

alanb
Mon Apr 26 15:15:28 CDT 2004

It looks like there is only one place for VBscript Information is at the
MSDN.Microsoft.com link you just provided. I appreciate your help!

"Carlos Martins" <anonymous@discussions.microsoft.com> wrote in message
news:DE68F7BB-8EF2-4E5A-8BE5-1D4247DA0B8F@microsoft.com...
> There is lots of informations on MSDN.
> http://msdn.microsoft.com/scripting/vbscript/default.htm
>



Re: vbscript syntax by Al

Al
Mon Apr 26 21:50:34 CDT 2004


"alanb" <alan4100@comcast.net> wrote in message
news:ugZheY8KEHA.892@TK2MSFTNGP09.phx.gbl...
> Where can I learn the code/syntax to write vbscript?

Answered elsethread.

> I suppose any coding in vb 6.0 is acceptable to vbscript.

No, not actually. There are numerous differences.

> I dont see books on VBSCRIPT, but ASPNET, JAVASCRIPT, PERL and so on. It
> may appear that ASPNET is really VBSCRIPT. Is it?

No. But you must have been going to the wrong bookstore, because there are
vbscript books.

> Perhaps a book on WSH will detail samples in VBSCRIPT.

In addition to the "vbscript programmers reference" from wrox press
mentioned by ColdHonedSteel, there is "windows script host programmers
reference" from wrox press. It also contains lots of useful info, but even
though the two books overlap, there is enough in each to warrant getting
both.

> Can one of you help answer the question?

No, that is something that only a bunch of us can do.

/Al