Opening a directory in windows
Ron
revlist at ecionmicroed.com
Sat Nov 5 22:42:56 EST 2005
I've used something like this but don't know if there's a better way:
local vFldr
put "d:\samplefolder\" into vFldr
get shell("c:\windows\explorer.exe /n,/e," & vFldr)
Or maybe that's not what you meant at all?!
... Ron
______________________________________________
*** From: Jeffrey Reynolds =A0(jeff at siphonophore.com)
*** Dated: Sat, 05 Nov 2005 21:28:07 -0500
=A0Has anyone found a way to have a directory opened up in Windows from a
=A0rev command?
=A0What i am trying to do is just open the windows explorer/my computer
=A0with the requested directory open. basically I want the user to see a
=A0directory of files opened in windows that are stored on a cdrom by an
=A0action from an application running from that cdrom.
=A0thanks
=A0jeff
=A0_______________________________________________
=A0use-revolution mailing list
=A0use-revolution at lists.runrev.com
=A0Please visit this url to subscribe, unsubscribe and manage your=
subscription preferences:
=A0http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list