"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "utils/readme.txt" of archive TestMaker.zip:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 TestMaker 4.3.2 changes the way you run test agent scripts from the command line. The old
2 technique used the runagent.sh and runagent.bat command shell scripts to configure the
3 environment and run the script. The new technique is to run the testmaker_home/Testmaker.sh
4 and testmaker_home/Testmaker.bat command shell scripts and pass in a command-line option
5 switch. For instance, the following will run the master.py script from the command line
6 on a Unix platform:
7
8 testmaker_home/TestMaker.sh -commandline /home/myhome/master.py
9
10 on Windows use TestMaker.bat in the above example.