Open A Windows Desktop Folder?
Ken Ray
kray at sonsothunder.com
Thu Mar 29 19:56:13 EDT 2007
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: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/
More information about the use-livecode
mailing list