It's easy to start Window explorer. Just use System Exec.vi (on Communication palette). Enter:
c:\YOUR SYSTEM DIRECTORY\explorer.exe /e, /n, c:\YOUR WORKING DIRCTORY
Closing it might be a little harder. If you know the window title, you can use "Quit Application.vi"
(download wutilt32.zip from NI site).
If you don't the window title, you have to use Window API with Call Library Node.
Fisrt, you have to find it's window handle. Because it's title may vary, it's hard to catch it's handle. Fortunately, it's window class won't change. So you can enumerate all top level windows, and get their
class names, and find the one you want.
If the Window explorer (or any application) was started by you using Window API, it'll be a lot easier
to get the window hanel.
If you don't know much about Window API, drop me a line, I'll send you a VI.
George Zou
http://gtoolbox.yeah.net
George Zou