R
Roland
Hello NG,
I have a script like this:
***
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "explorer.exe E:\Installationen"
***
I run this script form an shortcut and it opens an explorer window.
This window should show at a particular position and size on the
desktop.
This position and size should not be changed, if I open the
same folder from another explorer window. (Explorer remembers
last view of the folder)
Is it possible? What must I add to the script?
Thanks for any response
Roland
I have a script like this:
***
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "explorer.exe E:\Installationen"
***
I run this script form an shortcut and it opens an explorer window.
This window should show at a particular position and size on the
desktop.
This position and size should not be changed, if I open the
same folder from another explorer window. (Explorer remembers
last view of the folder)
Is it possible? What must I add to the script?
Thanks for any response
Roland