AlienDan12
Programmer
I'm using this code to open Windows Explorer:
Dim Shell
Set Shell = WScript.CreateObject("Shell.Application"
Shell.Explore "C:\"
Set Shell = Nothing
WScript.Quit
What do I need to add to it to maximize the window?
Can anyone help me with this?
Thanks!
Dim Shell
Set Shell = WScript.CreateObject("Shell.Application"
Shell.Explore "C:\"
Set Shell = Nothing
WScript.Quit
What do I need to add to it to maximize the window?
Can anyone help me with this?
Thanks!