Keyword: CONFIGFILE - Config file path

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: CONFIGFILE - Config file path

Unread post 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%"