Page 1 of 1

Keyword: CONFIGFILE - Config file path

Posted: Tue Oct 12, 2021 10:42 pm
by YiMeng
Description
  • Sets a variable with file path as 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 with value from a windows file dialog.

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

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