|
Commands
|
|
|
Command
|
Description
|
|
BackupEventLog
|
Backups an event log
|
|
ClearEventLog
|
Clears an event log
|
|
Clear.Window
|
Clears the NTinfo main or filter window
|
|
DOS
|
Executes DOS command or other program on the local machine
Example: call net send to send short messages or blat command emailer to send email, icq messages etc. |
|
ExitSection
|
Exit current loop and continue with next
|
|
Filter
|
Calls the NTinfo filter - filters data from the NTinfo main window and sends the result to the NTinfo filter window
|
|
Get.Data
|
Gets NTinfo data - basically the same as clicking the scan button in NTinfo
|
|
LookUp.IP
|
Lookup an IP address or a range of addresses
|
|
Machines.Loop..Machines.EndLoop
|
The Machines.Loop..Machines.EndLoop structure can only be used when NTreport.FlowMode=2.
All commands in a Machines.Loop..Machines.EndLoop statement are executed once for each row in the [Machines] section. |
|
If..Else..EndIf
|
Executes command(s) if the NTinfo main or filter window is not empty
|
|
Keyboard
|
Sends keyboard strokes to the active Windows application.
|
|
ResultGrid
|
Fills a ResultGrid with data from the NTinfo main or filter window
|
|
ResultGrid.Caption.Columns
|
Sets ResultGrid column captions
|
|
ResultGrid.Caption.Window
|
Sets ResultGrid window caption
|
|
ResultGrid.Format.Columns
|
Sets ResultGrid column widths
|
|
ResultGrid.Format.Window
|
Sets ResultGrid window position and size
|
|
Wait
|
Waits until specified time interval elapses
|
|
Write.Clipboard
|
Writes text from the NTinfo main or filter window to the clipboard
|
|
Write.File
|
Writes text from the NTinfo main or filter window to a file
|