From: Bill R on 12 Sep 2009 04:28 At present programs in Startup open in the wrong order (One program requires another to have been started previously). How do I control the order in which programs start up? Thanks. Bill R
From: trashcan on 12 Sep 2009 09:03 On Sat, 12 Sep 2009 09:28:07 +0100, "Bill R" <bill(a)compsols.wanadoo.co.uk> wrote: >At present programs in Startup open in the wrong order (One program requires >another to have been started previously). How do I control the order in >which programs start up? > >Thanks. > >Bill R > I use: http://r2.com.au/ to get things coordinated...and it's free, too. -- Eddie in Loveland "I woke up one morning and all of my stuff had been stolen, and replaced by exact duplicates"
From: Ken Blake, MVP on 12 Sep 2009 10:35 On Sat, 12 Sep 2009 09:28:07 +0100, "Bill R" <bill(a)compsols.wanadoo.co.uk> wrote: > At present programs in Startup open in the wrong order (One program requires > another to have been started previously). How do I control the order in > which programs start up? Instead of starting each of those two (or more) programs individually (from the startup folder or wherever), load all of them, in the order you want, from a batch file. If you need one to finish loading before the other starts, load using the start parameter with the /wait switch (for more info on Start, go to a CMD window and type start /?). You can then create a shortcut to the batch file and put it in the Startup folder. -- Ken Blake, Microsoft MVP - Windows Desktop Experience Please Reply to the Newsgroup
From: JS on 12 Sep 2009 11:45 "Bill R" <bill(a)compsols.wanadoo.co.uk> wrote in message news:e4pksL4MKHA.5192(a)TK2MSFTNGP02.phx.gbl... > At present programs in Startup open in the wrong order (One program > requires another to have been started previously). How do I control the > order in which programs start up? > > Thanks. > > Bill R > Startup Delayer http://r2.com.au/software.php?page=2&show=startdelay&PHPSESSID=15b8adf1df4afb8a1916298cc73917f7 -- JS http://www.pagestart.com
|
Pages: 1 Prev: Collecting bmp files Next: Misleading error when copying large file to FAT32 |