This page contains the documentation for the usage of the Pogger Script executeable.
console
live execution in the consolefile
execution from a filearchive
execution from a compressed fileThese can change the way file paths are handled and how the script is executed.
nt
(Windows)posix
(Linux, MacOS)Stored in the config runtime dictionary as os
.
These don’t change the core functionality of a script, slight differences can occur across different OS environments.
Executables are compressed pogger script files bundles into a single file using gzip technology.
They must end with the .pogx
, pogexec
, or .pogex
suffix so the executor can identify them and run them correctly.
pogscript <executable_file>
Learn more about executables in the Executables page.