PREFIX

PREFIX <Command Prefix>

This command sets a command prefix that is used by all subsequent script commands until a REMOVE_PREFIX command is encountered.

A PREFIX command will not be processed until all preceding test steps have been processed. The following example runs a sequence of RUN_UTILS commands:

PREFIX RUN_UTILS
MkDir c:\SampleTest\
CopyFile z:\SampleTest\SampleTest.ini c:\SampleTest\SampleTest.ini
MakeReadWrite c:\SampleTest\SampleTest.ini
REMOVE_PREFIX