NET-PATH Installation and Operation Guide
Page 3-5
Useful
Command Line
Interface
Commands
Once you establish a command line connection, many commands are available to
communicate with the NET-PATH and the monitored hosts. Your access to these
commands depends on your security authorization level (user name and password).
Some of these commands can have a harmful effect on the NET-PATH. Do not execute
a command unless you are fully aware of its impact.
To obtain a list of commands, type help at the command line as shown below.
NET-PATH> help
The table below shows the NET-PATH commands, their description, and syntax
examples. The brackets ([ ]) indicate optional operands. You can use standard
wildcards, such as * and ?.
Table 3-1: NET-PATH Commands
Command Syntax and Examples Description
BATTERYTEST BATTERYTEST Option
Example:
BATTERYTEST START
BATTERYTEST STOP
Performs a battery load test.
Option: START/STOP
BEEP BEEP Option
Example:
BEEP ENABLED
BEEP DISABLED
Enables or disables the buzzer.
Option: ENABLED/ DISABLED
CD CD Directory
Examples:
CD TEMP
CD \FLASH\TEST
Changes the current directory. Cannot change
from a directory in one media (e.g. FLASH) to a
directory in the other media (e.g. RAM) with one
CD command.
CHECKDISK CHECKDISK Drive
Example:
CHECKDISK \FLASH
CHECKDISK \RAM
Checks a drive for errors.
Drive = FLASH or RAM
CLEANDISK CLEANDISK Drive
Example:
CLEANDISK \FLASH
Forces a complete cleaning and reclaiming of
dirty sectors on the disk.
Drive = FLASH
COPY COPY SrcFile1 [ SrcFile…n] DestLocation
Examples:
COPY *.DAT *.BAK
COPY LOG.DAT USER\LOG1.DAT
COPY LOG1.DAT LOG2.DAT
\Flash\logs\
Copies one or more files from one location to
another. To copy multiple files to a directory, the
second parameter must be a directory name ended
with a backslash (\); otherwise, the files
concatenate to one file.
SrcFile = original file
DestLocation = destination location