The HyperX installation provides several ready-to-go Script Packages to help you get started on creating your own Packages. Copy these out of the installation folder and modify as needed. The Template Script Packages are summarized below:
-
SampleScripts- The Sample Scripts Package contains several Scripts meant to demonstrate various isolated Scripting capabilities. These may be a useful reference when developing your own tools. -
TemplateScript- The Template Script is a Package containing a single Script, ready for additional modification.
Run the Build-ScriptPackage.ps1 script in the root directory of the Package folder to build the Package into a file that can be recognized by HyperX.
In PowerShell:
.\Build-ScriptPackage.ps1
Note that these build scripts require the HyperXInstall environment variable, which should be set by the default HyperX installation process. If it is not, you can set it in your local PowerShell prompt with:
$env:HyperXInstall = $env:LOCALAPPDATA + '\Programs\HyperX'; .\Build-ScriptPackage.ps1
The Package is now built to the location specified in the build script, e.g., C:\Temp\HyperXPackages. You can add a Source inside of HyperX to point to this folder and load your Package.