Shawn,
 
Actually, you can accomplish the 'explore' with the run command/function:
 
run explorer "path"
 
or
 
run explorer /e, "path"
 
So, 'exploreConfigFolder' could be changed to:
 
//explore ("\""+install_dir+"\"");
run ("explorer /e, \""+install_dir+"\"");
...and alleviate the need for explore.xml.
 
 
BTW, I've got an 'exp' local alias defined:
 
exp|run explorer /e, "%s"
 
Simply typing the pathname will bring up explorer also, but it doesn't bring up the folders (/e) by default, thus the need for the alias.
 
Glenn
 
----- Original Message -----
Sent: Tuesday, April 22, 2003 3:34 AM
Subject: [DQSD-Users] 'Explore' action

Hello all,

Something that would help people like myself would be a menu option to explore the DQSD installation folder under the configuration menu - or well, any folder, really. It's all fine and dandy to 'open' and edit the files directly, but adding a new file to the folders is 'too much work'. ;)

So - here goes. I've attached an 'explore' command, and an updated configure.xml which exposes the 'explore the DQSD installation folder' functionality.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

Reply via email to