Windows 7 and Vista Guide to Scripting, Automation
and Command Line Tools

by Brian Knittel

A Manual for the Windows Grease Monkey

Home

Downloads

Guestbook

Errata

Tips

Other Books

 

Errata & Changes

This page will list errors, corrections and additions to the book as I find them, and as I hear about them from you. Please let me know of any errors you find by dropping me a note in the guestbook.

Please make the following corrections in your copy of the Windows 7 and Vista Guide to Scripting Automation and Command Line Tools:

Updated 27 April 2011

(Note: If you fill in the guest book, I will send you an email announcement when new errata are posted).

Page

Correction

86

In the pattern, the word example should be the last word of the comment on the preceding line. It should not be on a line by itself.

158

After the statement

wscript.echo "Searching", musicfolder, "for MP3 and WMA files..."

The following statement is missing:

set out = fso.CreateTextFile(fso.BuildPath(musicfolder, "Music Listing.dat"))

(The version of script0410.vbs in the downloadable zip file is correct).