Are variables only viable for internal Xlobby commands, or is it possible to use one in an OS > Execute argument?
I'm trying to incorporate an external picture viewer (specifically Irfanview) with command line parameters, but I'd like to still make use of Xlobby's picture database, just not have it open its own slideshow but rather Irfanview's...
To do this, I guess I actually need to know two things:
1. Is it possible to change the behavior of a category when it is clicked -- i.e. to either cancel the display event, or create a new one?
2. How do I use a variable in an OS > Execute event argument? I need to get the currently highlighted picture folder name into the following event:
OS > Execute File
File: C:\Program Files\IrfanView\i_view32.exe
Arguments: /slideshow=D:\[variable directory name]
Thanks in advance...