CvtCatalog.vbs - Performs simple XML processing against a file read in line by line.
Custom Errors.vbs - Example of how to generate custom error codes and messages from a script.
FixLen Record In.vbs - Reads in a fixed (line) length file, parses it, totals a few columns of numbers, and generates an exception report. Built to work with the files created by "FixLen Record Out.vbs"
FixLen Record Out.vbs - Randomly generates fixed (line) length data sets to be consumed by "FixLen Record Out.vbs"
Reverse File.vbs - Reads in a file and writes out the complete contents backwards. (e.g. "fox" becomes "xof")
StripLF.vbs - Removes newlines from a file.
Task Groups.vbs - Overwrites a file with the name of the task that is running, and the list of task groups the task belongs to.