In order to convert HOD macros, you must use the BlueZone Script Converter program supplied with BlueZone called bzscript.exe. It can be found on the BlueZone CD or BlueZone image in the BlueZone Desktop folder.. This program does not get installed with BlueZone, so don't look for it in your BlueZone install directory.
BlueZone Script Converter is a DOS program and must be run from a DOS prompt.
Copy the BlueZone Script Converter program (bzscript.exe) into to a convenient folder (i.e., C;\Conversion).
To simplify the task, copy the HOD macros to be converted into the same folder and give them an .XML extension.
NOTE
The macro
file names cannot contain any spaces. For
example, a macro named "smp zone" must be changed to "smpzone.xml".
Open a DOS window and navigate to the folder where you placed the BlueZone Script Converter program and the macros to be converted.
C:\Conversion>
Execute the BlueZone Script Converter program and specifying the name of the script(s) to be converted:
C:\Conversion>bzscript *.xml /h /r
NOTE
Using the
wildcard *.xml will convert all the scripts in the folder.
Where /h indicates it’s an HOD script to be converted to a BlueZone Visual Basic Script (*.VBS) and /r generates an error report. The /r switch is optional but recommended.
Copy the converted scripts (*.VBS) to the \Scripts folder of BlueZone’s working directory to make them easy to for BlueZone to find them.
For example: C:\Documents and Settings\<username.domain>\My Documents\BlueZone\Scripts
To test, launch a BlueZone session and select Script:Play from the MenuBar, and choose the desired script from the Windows common file dialog and click the Open button.