
Quote: Originally Posted by
VindicationX
Awesome John... Is there a way to have the script open up two Explorer windows auto-positioned in a side by side format?
Yes. If you create a batch file like this:
start /b explorer c:\ati
cmdow ati /res
cmdow ati /mov 0 0
start /b explorer c:\temp
cmdow temp /res
cmdow temp /mov 640 0
this opens the explorer folders temp and ati with the ati folder postioned at the top left of your screen, and the temp folder positioned at the top right. (temp and ati happen to be on my hard drive)
I chose 640 because my resolution is 1280x960 so 640 is the middle of my screen. The cmdow /mov command is positioning the upper left pixel of your window, so "640 0" puts the left edge of this window at the center top of your screen. You will need the file cmdow.exe in your path. I put it in the windows folder. You can get it here:
CMDOW Commandline Window Utility for NT4/2000/XP/2003
it is a 32-bit utility but it works fine on my Windows 7/64bit system