More help needed ASAP... :-)

I've been trying to use the following script to open a Windows desktop
folder:

on openFolder pPath
  replace "/" with "\" in pPath
  set the hideConsoleWindows to true
  get shell("explorer.exe /root,"& quote & pPath & quote)
end openFolder

 This seems to work fine but also seems to be blocking in that my Rev app
appears to be non-responsive until the opened window is physically closed.

Any ideas how to get around this problem?

Rev 2.8, Vista (and eventually XP)

Thanks & 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