KillStrings
KillStrings [/A/Z] [stringName [, stringName ]...]
The KillStrings operation discards the named global strings.
Flags
| /A | Kill all global strings in the current data folder. If you use /A, omit stringName. | |
| /Z | Doesn't generate an error if a global string to be killed does not exist. To kill all global strings in the current data folder, use KillStrings/A/Z. | |