.script (run batch script commands)
Description of the '.script' command in HyperDbg.
Last updated
Description of the '.script' command in HyperDbg.
Last updated
.script
.script [FilePath (string)] [Args (string)]
Runs a batch file of HyperDbg commands (each command in one line). For more information, please take a look at .
[FilePath (string)]
The file path of commands.
[Args (string)]
Arguments to the script.
The following command runs a batch file located at c:\HyperDbg Batch Files\ApiHook.ds
.
None
Each line of your file should contain only and only one command.
None
None
In HyperDbg, both batch scripts and the script engine use a C-like .