in reply to Win32::OLE and Explorer.exe

I open explorer windows that way regularly, and it has never failed - on Win2K ;-)

Check ms support and the syntax "explorer ." isn't even documented. What is documented is the /root switch.

explorer /root,c:\winnt opens a window view of c:\winnt.

Replies are listed 'Best First'.
Re: Re: Win32::OLE and Explorer.exe
by flyingmoose (Priest) on Dec 10, 2003 at 02:05 UTC
    Excellent, that appears to be it. They changed or deprecated the syntax....
    The information in this article applies to: * Microsoft Windows XP Home Edition * Microsoft Windows XP Professional * Microsoft Windows XP 64-Bit Edition
    Next time when I RTFM, maybe I'll pick the right FM! :)