enoft Manual
eNOFT Options
eNOFT Manual—527507-005
2-58
DIR or FILES
DIR or FILES
<pathname>
New to eNOFT, this command lists all entries in the specified directory.
pathname may be fully qualified or relative, with forward slashes for OSS names
and reverse slashes for the PC environment.
Without any option, this command reverts to the default directory (directory at the
time eNOFT was invoked.)
No validation of specified pathname is performed; validation is only performed
while attempting to open the target file.
Relative path names are accepted with the default directory being the current
directory from which eNOFT command is typed.
ENV
This command displays the current values of the eNOFT program environment and that
of the target object file. Use SHOW to see all globally SET commands.
enoft> env
Object File: c:\idis\comptest.exe
Environment: PC
Out File: (none)
Log File: (none)
Obey File: (none)
Current Path: .
EXIT or E or QUIT or Q
These commands terminate eNOFT with return code "0" (EXIT_SUCCESS).
FC and !
[ <history-num> | -<history-offset> | text ]
The ! (exclamation point) command executes a previously executed command line and
is applicable in an interactive session only. The FC performs the same task except it
first echoes a previous command and is therefore convenient for editing.
By default, both commands revert to the previous command, as applicable.
<history-num> is the ordinal value from the HISTORY command.
-<history-offset> is a negative offset from the current command; for example,
the command before is FC -1.
text corresponds to the last command starting with that text.










