The scripts we will run to generate the sample files are not very
flexible and will do exactly two things: create a folder structure
beneath C:\Code and generate VBScript files in the subfolders.
To keep things simple, this is all we cover in these instructions. If you want the folder structure and
files to be stored somewhere else or are interested in other script
files types such as JScript, Perl, Python and others then take a
look at the document called “Creating a Set of Stand-Alone Scripts”.
You will have to apply some simple changes to the scripts we use
here.
Create a Folder called Code in the root of the C:
drive.

Then, from within Windows Explorer, run the
code_folder_maker.vbs script. It won’t bother telling you when
it is done or anything, but it runs rather fast. Now you should see
the folders it created in C:\Code:

If you are curious, expand the complete folder structure (press
*) to check the subfolders the script just created:

Next, run the code_maker.vbs script (also from within
Windows Explorer). This is the script that generates the actual
script files and it runs a minute or longer. While it does not
really give you an indication of progress, you can see it accesses
the Access Database file because a temporary LDB file suddenly
appears:

As soon as the script is done, the LDB file disappears and you
should be able to see some VBScript files in any of the leaf folders
(lowest):

|