> here is the strange behaviour i'm seeing in run box: > - type "C:\Dummy", press Enter... nothing happens
When I do this, explorer single pane is activated, as expected. I cannot explain why it does not work for you. PowerPro just submits the command line to Windows for processing, so possibly there are some Windows explorer options or other settings to control this that I do not know about. In any event, you may wish to try the following as a workaround as well as to solve your original request to have a dual-pane explorer window. Create a command list called HookCommandLine which has these found list items: if (file.isfolder(x0)) do exec.explorer2(x0) x0="" endif Note that this must be a commandlist, not a script file. Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
