changeDartsKeyword
Purpose:
-
Change the specified keyword in one or more CyFlex datapoint files in the current directory.
Enter:
-
changeDartsKeyword <old_keyword> <new_keyword> <filename>
[filename …]
Where:
-
old_keyword
Specify the existing CyFlex keyword to be replaced in the files.
new_keyword
Specify the new CyFlex keyword to replace the old one.
filename
Specify the name of the CyFlex datapoint file(s) to modify. Multiple filenames can be provided and wildcards are valid.
Example:
-
changeDartsKeyword USER1 USER2 MYTESTID.*
The above command changes the DARTS keyword USER1 to USER2 in any DARTS datapoint file whose name begins with ‘MYTESTID.’ in the current directory. It reads each file and replaces ‘USER1’ with ‘USER2’
Notes:
-
Be sure to change to the directory containing the files to be changed before entering the command.