# (comment in batch scripts)

Description of the '#' comments in HyperDbg.

Command

#

Syntax

#

# [Comment (string)]

Description

Comments a line of code or batch script.

In HyperDbg's batch scripts '#' is used as the comment character. However, in the script engine, it uses a C-like commenting style.

Parameters

[Comment (string)]

Everything after the '#' is interpreted as a comment.

Examples

The following example shows the comments style in HyperDbg.

# This is a comment.
.connect local # This is an inline comment.

IOCTL

None

Remarks

None

Requirements

None

None

Last updated