Griff:
ShellExecute(0,"Open","\\mycomputer\iphone","","",1) fails for some reason
ShellExecute(0,"Open","\\mycomputer","","",1) ... succeeds
Poor man's workaround:
PROCEDURE iphoneExplore
oWSH = CREATEOBJECT("wscript.shell")
* Do WindowToSearcherOpen With "dpw","c:\dpw" && problems
*DECLARE...