export scripting=$HOME/scriptingOn Windows you can write something like
set scripting=C:\Documents and Settings\hpl\My Documents\scriptingin 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.
tar xvzf scripting-src.tar.gzOn other Unix machines you may have to perform a two-step procedure:
gunzip scripting-src.tar.gz tar xvzf scripting-src.tarOn Windows you can open the file with WinZip and choose the value of %scripting% as destination directory.