|
RMRMDIR Name:
RMDIR
For Unix/Linux/MacOS systems, the RM command issues a
command to the operating system and the RMDIR command issues a
command to the operating system. For Windows systems, the RM command issues an
command to the operating system and the RMDIR command issues a
command to the operating system. The RMDIR command will remove any files or sub-directories under the directory being removed. The string that follows the RM or RMDIR on the command line is passed to the operating system as is. Dataplot does no error checking of this string. This command should be used with caution so that files are not accidentally deleted. This is a system dependent command. It is currently supported for Unix/Linux/MacOS and Windows platforms.
where <file-list> is a string containing a list of one or more files to delete.
where <file-list> is a string containing a list of one or more directories to delete.
RM macro.out macro.ps macro.pdf RMDIR macros tmp
The motivation for adding this as a separate command is to allow the capability to be implemented in an operating system independent way. This can be useful when writing general purpose macros that may be used on different operating systems.
. Automatically convert Postscript output to PDF and then . delete the original Postscript file . SKIP 25 READ BERGER1.DAT Y X . SET POSTSCRIPT CONVERT PDF SET IPL1NA PLOT.PS CHARACTER X LINE BLANK . PLOT Y X . DEVICE 2 CLOSE RM PLOT.PS
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 09/13/2019 |