System information

Operation DELETE ALIAS 1-51
Software Release 2.0.1
C613-03018-00 REV A
Care must be taken when using this command to avoid creating an invalid file
which a module will then try to use. If a module recognises the file name it may
try to use the file, with unpredictable results if the file contents are not in the
expected format.
Do not use this command unless specifically instructed to do so by your
distributor or reseller.
Examples
To create a file called FLASH:TINY.FIL containing the five bytes 0xCD, 0x20,
0x5, 0x7F and 0x28, use the command:
CREATE FFILE=FLASH:TINY.FIL DATA=CD,20,5,7F,28
To create a file called FLASH:BIG.FIL, of length 0xC0000, from the contents of
memory starting at address 0x00, use the command:
CREATE FFILE=FLASH:BIG.FIL ADDRESS=0 LENGTH=C0000
See Also
DELETE FFILE
SHOW FFILE
DELETE ALIAS
Syntax
DELETE ALIAS=name
Where:
name is a character string 1 to 132 characters in length. It may contain any
printable character. If name contains spaces it must be enclosed in double
quotes. It is case-sensitive.
Description
This command deletes an existing alias. Occurrences of the alias string in the
command line will no longer be expanded to the substitution text.
The ALIAS parameter specifies the name of the alias to be deleted.
Example
To delete an alias with name “ii”, use the command:
DELETE ALIAS=ii
See Also
ADD ALIAS
SHOW ALIAS