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. |
<%Filename%> | The name of the Reg file to be registered. |
Example:
Register("\Hard Disk\RegFiles","TestRegFile.reg");