We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You probably know you can run .hl programs by double click.
.hl
But also you can add HashLink to your right mouse menues for files if you wish so:
Open your registry by pressing windows+r and type regedit. Then press OK/enter.
windows
r
regedit
On the left in the registry click on your computer and go down the path HKEY_CLASSES_ROOT/*/shell
HKEY_CLASSES_ROOT/*/shell
Under "shell" by right click on the icon you can add another key, e.g. "HashLink run" (only shown in registry)
On the right change the value (e.g. by double click) to e.g. "Run with HashLink"
Under the newly created key "HashLink run" (step 3) add another key called "command"
Click on the key created ("command") and on the right change the value to (e.g.) "your\path\to\hashlink\hl.exe" "%1"
"your\path\to\hashlink\hl.exe" "%1"
(Of course you can use the same approach to compile .hxml files directly by mouse with "your\path\to\haxe\haxe.exe" "%1".)
.hxml
"your\path\to\haxe\haxe.exe" "%1"