You are not logged in.

#1 07 Mar 2016 19:42

Eehixohw
Member
Registered: 25 Sep 2011
Posts: 40

Open folders side by side

I have the following code

Dim shell
Set shell = CreateObject("Shell.Application")

shell.MinimizeAll

wscript.Sleep 300

shell.Open "G:\"
shell.Open "G:\_configuration"

Wscript.Sleep 300

shell.TileVertically

I'd like to open two folders, side by side, on top of all other windows.
Is there anyway to open them on top without having to minize everything?

thank you

Offline

Board footer

Powered by