Recently, Ken Ray wrote:

>> on openFolder pPath
>>   replace "/" with "\" in pPath
>>   set the hideConsoleWindows to true
>>   get shell("explorer.exe /root,"& quote & pPath & quote)
>> end openFolder
> 
> You need to add "start" before your call:
> 
>    get shell("start explorer.exe /root,"& quote & pPath & quote)

Bingo!  Thanks Ken!

> And now that I've found that, I'll go update the tip on my site...

Yeah, this currently works better than the .lnk technique as it works with
folders :-)

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to