.script
.script [FilePath]
Runs a batch file of HyperDbg commands (each command in one line).
[FilePath]
The file path of commands.
The following command runs a batch file located at c:\HyperDbg Batch Files\ApiHook.dbg
.
HyperDbg> .script c:\HyperDbg Batch Files\ApiHook.dbg
None
Each line of your file should contain only and only one command.
None
None