Windows XP Community - XPHeads



Looking for a program to restore all open windows after restart

microsoft.public.windowsxp.customize


Reply
  #1 (permalink)  
Old 05-07-2008, 11:43 AM
Max Rempel
 
Posts: n/a
Looking for a program to restore all open windows after restart
I am using about 10-20 open files and folders for each of my projects mainly
word, excel and access. Switching between projects takes too much effort on
remembering which files to open and where are they located. I have already
found the way to restore open folders after restart, but it would be nice to
find a freeware program that would allow saving the list of all open windows
as a session or workspace and restoring them when needed.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-08-2008, 01:33 PM
Twayne
 
Posts: n/a
Re: Looking for a program to restore all open windows after restart
> I am using about 10-20 open files and folders for each of my projects
> mainly word, excel and access. Switching between projects takes too
> much effort on remembering which files to open and where are they
> located. I have already found the way to restore open folders after
> restart, but it would be nice to find a freeware program that would
> allow saving the list of all open windows as a session or workspace
> and restoring them when needed.


It's feasible but not trivial to do that. I'm not aware of any
ready-made program for it. One would have to write a script file to do
so and I think it might not be doable in batch files. Got any friends
that code in VB or PHP?



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-08-2008, 01:58 PM
Max Rempel
 
Posts: n/a
Re: Looking for a program to restore all open windows after restar
No thanks, no coding or even close.
Optimizing interface would take forever.
I have dug out couple programs that do similar things - restoring sessions
etc, but they are tuned up to little different goals so found them not
helpful much. At least from the first glance.
Logically, one may save a list of shortcuts in a folder and launch them all,
but that takes time too. I found most helpful to write down key names using
pencil and paper and then get them using google desktop search. That is the
level of automation in year 2008.

"Twayne" wrote:

> > I am using about 10-20 open files and folders for each of my projects
> > mainly word, excel and access. Switching between projects takes too
> > much effort on remembering which files to open and where are they
> > located. I have already found the way to restore open folders after
> > restart, but it would be nice to find a freeware program that would
> > allow saving the list of all open windows as a session or workspace
> > and restoring them when needed.

>
> It's feasible but not trivial to do that. I'm not aware of any
> ready-made program for it. One would have to write a script file to do
> so and I think it might not be doable in batch files. Got any friends
> that code in VB or PHP?
>
>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-09-2008, 08:56 PM
Seahawk60B
 
Posts: n/a
Re: Looking for a program to restore all open windows after restar
Unless I misunderstand what you're trying to accomplish, it's really
not that difficult.
Create a batch file that you can put in your startup folder.
Within the batch file, call the programs you need to launch pointed to
the specific documents.

For example, let's say the file is startup.bat, and it looks like
this:

start winword.exe "C:\Documents\MyWordDoc.doc"
start excel.exe "C:\Documents\Spreadsheets\MyWorksheet.xls" "C:
\Documents\Spreadsheets\MyOtherSheet.xls"
start msaccess.exe "C:\Databases\MyDB.mdb"


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-09-2008, 10:39 PM
Max Rempel
 
Posts: n/a
Re: Looking for a program to restore all open windows after restar
I know very well about batch files. The problem is that the set of files
changes frequently.
Therefore making a batch file manually is a very slow process that doesn't
pay off. Similarly one may create a directory with shortcuts with used files,
but this is also a slow semi-arutomatic way.
The solution should be seamless.
And I have found somthing that is reasonably close.
to use directory opus. It has an option to name and save a list of opened
folders(as tabs). It doesn't open files, but at least allows to keep track of
folders needed for a project.
Ideally it would be nice to annotate files needed for the project and have
this project description to be unharmed by evential shifting and renaming of
the files.

"Seahawk60B" wrote:

> Unless I misunderstand what you're trying to accomplish, it's really
> not that difficult.
> Create a batch file that you can put in your startup folder.
> Within the batch file, call the programs you need to launch pointed to
> the specific documents.
>
> For example, let's say the file is startup.bat, and it looks like
> this:
>
> start winword.exe "C:\Documents\MyWordDoc.doc"
> start excel.exe "C:\Documents\Spreadsheets\MyWorksheet.xls" "C:
> \Documents\Spreadsheets\MyOtherSheet.xls"
> start msaccess.exe "C:\Databases\MyDB.mdb"
>
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-10-2008, 02:44 PM
Twayne
 
Posts: n/a
Re: Looking for a program to restore all open windows after restar
> I know very well about batch files. The problem is that the set of
> files changes frequently.
> Therefore making a batch file manually is a very slow process that
> doesn't pay off. Similarly one may create a directory with shortcuts
> with used files, but this is also a slow semi-arutomatic way.
> The solution should be seamless.
> And I have found somthing that is reasonably close.
> to use directory opus. It has an option to name and save a list of
> opened folders(as tabs). It doesn't open files, but at least allows
> to keep track of folders needed for a project.
> Ideally it would be nice to annotate files needed for the project and
> have this project description to be unharmed by evential shifting and
> renaming of the files.
>
> "Seahawk60B" wrote:
>
>> Unless I misunderstand what you're trying to accomplish, it's really
>> not that difficult.
>> Create a batch file that you can put in your startup folder.
>> Within the batch file, call the programs you need to launch pointed
>> to the specific documents.
>>
>> For example, let's say the file is startup.bat, and it looks like
>> this:
>>
>> start winword.exe "C:\Documents\MyWordDoc.doc"
>> start excel.exe "C:\Documents\Spreadsheets\MyWorksheet.xls" "C:
>> \Documents\Spreadsheets\MyOtherSheet.xls"
>> start msaccess.exe "C:\Databases\MyDB.mdb"


Anyone write in VB6? I don't have time but I can see that being a
useful and small app for the freeware world. Not time here or I'd try
it. Could be done in lots of languages, but VB6 would be smallest and
easiest IMO at least.
--
Twayne


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-20-2008, 10:56 PM
Jaz
 
Posts: n/a
RE: Looking for a program to restore all open windows after restart
You mentioned a way to restore open folders after a restart. Can you please
share your findings as I am looking for a solution to that.

"Max Rempel" wrote:

> I am using about 10-20 open files and folders for each of my projects mainly
> word, excel and access. Switching between projects takes too much effort on
> remembering which files to open and where are they located. I have already
> found the way to restore open folders after restart, but it would be nice to
> find a freeware program that would allow saving the list of all open windows
> as a session or workspace and restoring them when needed.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 10-28-2008, 12:06 AM
a_nonymous
 
Posts: n/a
Re: Looking for a program to restore all open windows after restart
"Jaz" wrote:
> ... a way to restore open folders after a restart...


Control Panel
Folder Options
/View\
[Y] Restore previous folder windows at logon


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 10-28-2008, 03:03 PM
Twayne
 
Posts: n/a
Re: Looking for a program to restore all open windows after restart
> "Jaz" wrote:
>> ... a way to restore open folders after a restart...

>
> Control Panel
> Folder Options
> /View\
> [Y] Restore previous folder windows at logon


Also, and NOT negating the above in any way:
Hibernate will restart all programs to the point they were at when the
shutdown occurred. No help for a Restart though.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:30 AM.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74