![Intel IXP2400 User Manual Download Page 243](http://html1.mh-extra.com/html/intel/ixp2400/ixp2400_user-manual_2071795243.webp)
Development Tools User’s Guide
243
Intel
®
IXP2400/IXP2800 Network Processors
Transactor
(2) The following Simulator calls illustrate how to define a logical, list it, and delete it:
>>> logical newtestdir = "c:\test\subtest"
>>> logical newtestdir
Logical: newtestdir = ""c:\test\subtest""
>>> logical newtestdir =
>>> logical newtestdir
No logical, "newtestdir", exists.
8.3.25
path
Format:
path |;||path_spec|\;path_spec||...|
Definition:
Analogous to the DOS
path
command. Allows the user to specify the search list of folders
which is used to open files in the Transactor. Typing the command with no arguments displays
the current path setting. Typing the command followed by a semicolon resets the path list to
look only in the current folder area. Typing the command followed by a list of folder paths
(separated by semicolons) specifies the list of folder paths that are searched in left to right
order. The special keyword
%path%
specifies the previously existing search list.
Example:
>>> path c:\test;c:\vmod
Path search list for finding files (use "path" cmd to change this):
1: c:\test
2: c:\vmod
8.3.26
pwd
Format:
pwd
Definition:
Displays the current working directory.
8.3.27
remove
Format:
remove [/silent] state_name1 [state_name2...]
Definition:
Removes the specified simulation state(s). Note that this command will only remove user-
defined states; states that are defined by the hardware model cannot be removed. Wildcard
specifications may be used with this command.
/silent
Suppresses informational messages resulting from this command.