HSPEAK.EXE
From OHRRPGCE-Wiki
HSPEAK is the compiler for Plotscripting
You can run it through HssEd or you can edit your plotscripts in any text editor and compile them directly, either by dragging-and-dropping your script file onto HSPEAK or by running HSPEAK from the DOS command-line (or the Command Console in Windows 2000 and XP)
Some users may be confused by the fact that double-clicking HSPEAK does not appear to do anything. This is because it is a command-line program, not a graphical program. The easiest way to use it is to drag-and-drop your script file onto it.
The following are the command-line options available for HSPEAK:
HSPEAK.EXE [-cdfksawyz] source.hss [dest.hs]
-c colors will be disabled
-d dump debug report to hs_debug.txt
-f fast mode. disables some optimization
-k do not wait for a keypress when finished
-s print the name of each script as it is compiled
-a same as -s, but including autonumbered scripts
-w suppress minor warnings
-y overwrite the destination file without asking
-z write error messages to hs_error.htm
