Page 1 of 1

Keyword: CONFIGDATA - Config Text

Posted: Wed Oct 13, 2021 11:16 pm
by YiMeng
Description
  • Sets a variable with string/text value within a config file. If config file exists, this value will be used, if it does not exist, a new file will be created in it's place and be opened with notepad to be edited.

Parameters
  • x: The variable name
  • y: The full path to the config file containing the value to be assigned to the variable

Usage
  • CONFIGDATA x=y
  • To call the variable use: "%x%"