Register

This script function can be used to register Reg files on the target device. The Reg file must already exist on the device.

Register(<%Filepath%>,<%Filename%>);

Parameter

Description

<%Filepath%>

Storage location for Reg file to be executed.
Example value:

"\Hard Disk\RegFiles"

<%Filename%>

The name of the Reg file to be registered.
Example value:

"TestRegFile.reg"

Example:

Register("\Hard Disk\RegFiles","TestRegFile.reg");