Configuration Files
Posted: Thu Mar 03, 2022 6:15 pm
When I install a new version of Dyalog APL, I want to make one or zero changes and have it fire up with all my settings, colors, custom user commands, code loaded in ⎕SE, make coffee, etc.
Setting the UserConfigFile seems like it should be the way to do this.
So I have folder somewhere that contains this UserConfigFile, and other assets necessary for my setup (like custom user commands).
I would like to be able to specify file path parameters in this config file that point to file and folders that are in the folder that holds the config file. For example:
Is there a way to do this?
Setting the UserConfigFile seems like it should be the way to do this.
So I have folder somewhere that contains this UserConfigFile, and other assets necessary for my setup (like custom user commands).
I would like to be able to specify file path parameters in this config file that point to file and folders that are in the folder that holds the config file. For example:
Code: Select all
Load: "[The place where my config file is]/SomeNameSpace.aplns",
SALT/CommandFolder: "[The place where my config file is]"
etc.
Is there a way to do this?