Kommander has some built in globals you may find handy.
- _ARGS - the argument string passed to the dialog on opening
- _ARGCOUNT - the count of arguments passed. These can be retrieved as ARG1 to ARGn where n is the total number of args passed
- _KDDIR - the direcotry from which the dialog was run. Kommander will default to your home directory, or a directory change if asked for it's current directory. This is useful for saving and reading files with the Kommander file.
- _NAME - there is no reason to use this so don't
- _PID - the process id the current dialog is being run from - also available as just pid Avoid using this name for your vairables!
- _VERSION - this is handy if you want to display the version of Kommander that is running