On Thu, 29 Mar 2007 15:45:06 -0700, Scott Rossi 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)

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

:-)

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/
_______________________________________________
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