Hey folks, I was wondering if there is any way to save desktop layouts in windows. Not my icon layouts. I'm referring to having multiple programs open at once. I would like to start windows and click an icon that will open my redefined setup with programs I've selected. It's getting to be a little time consuming open up all my programs just to get set up. Are there any programs that can do this?
Yes, thats possible. For e.g. if you have 2 files at two different locations as follows : file1.exe at c:\Windows\IMP and file1.exe d:\MyDocs\user1 then to start both files at the same time, create a bat file say start.bat and add following lines in it : start "c:\Windows\IMP" file1.exe start "d:\MyDocs\user1" files2.exe save and close the file start.bat now when you double click/run start.bat file, it will execute both files file1.exe and file2.exe