First you must set the scripting environment variable to some
root of a directory tree that will contain the software from the book.
On Unix (running a shell with Bash syntax) you can write (preferably in
a start-up file like .bashrc)
export scripting=$HOME/scripting
On Windows you can write something like
set scripting=C:\Documents and Settings\hpl\My Documents\scripting
in the C:\AUTOEXEC.BAT file.
On Windows XP and 2000, C:\autoexec.bat may fail to execute. If
the environment variables are not properly set, you can set them
interactively by launching the Edit dialog from
My Computer - Properties - Advanced - Environment Variables.