Configure.ImportHot
Description
- Imports specified hotkeys configuration text file into the current PowerPro configuration.
Syntax
- Configure.ImportHot(inifile)
Parameters
- inifile
- (string) name of the .ini file, optionally with path & .ini extension
- If inifile does not include the full path, then the file is assumed to be in the "config" subfolder of the folder containing the current .pcf file.
- Optional; if omitted, a PowerPro file browse dialog is shown.
Examples
- Configure.ImportHot
- Shows a file browse dialog for selection of the hotkeys config file to import.
- Configure.ImportHot(pprofolder++?"backups\hotkeys.ini")
- Imports the file hotkeys.ini, which is located in "backups" under PowerPro's installation folder.
- Configure.ImportHot("hotkeys")
- Imports the hotkeys config file "hotkeys.ini", which is located in the "config" subfolder of PowerPro's installation folder.
See Also
-
PowerPro Help CHM > Configuring with text files > Maintaining configuration using .ini files > Importing text configurations with commands