I need to run a program, launced from a desktop x shortcut object. However, I need it to use a specified directory to run in.
I need to replicate the function of a windows shortcut where in the properties you can set the "Start In:" directory.
Desktop X gives you the following:
%exedir% - returns the executable directory.
%objectdir% - returns the object data directory (where custom files are stored).
as object arguments, but how do I use them? and which one would be the correct one to use?