Is this possible? I've got 2 Windows-based programs that need to always start at the same time. One is a little utility that allows the main program to print (long story)....but, for the users, it would be awfully handy for them not to have to click twice.
I'm familiar with the old CALL command in DOS bat files (handy)...but don't know if there's an XP equivalent.
The only other option I know of is to have that print utility load with Windows...but then it's in memory if it's needed or not.
Any suggestions appreciated.
THANKS
Startup Control Panel created by Mike Lin is a very handy freeware tool for gaining complete control over exactly what starts up when you turn on your computer and begin your Windows session. http://www.mlin.net/StartupCPL.shtml
You can add/edit/remove processes easily using this tool. You might try adding the startup processes on a per-user basis.
Thanks for that ref....I'll check that out if there is not a "start-2-programs-with-one-shortcut" method. This is preferred, if at all possible, b/c it allows that utility program to Only load when needed, rather than every time Windows boots.
Open notepad
type
Start "" "C:\Program\Lavasoft\Ad-Aware SE Personal\Ad-aware.exe"Start "" "C:\Program\WinZip\winzip32.exe"
(change the path and program name)
save as whatever.batyou can possibly use @echo off as a first line if you wish
did it work?
Nooner... Hey...thanks...that worked like a charm. So...the regular 'ol DOS bat file lines work in XP?
I've never really tried it and just presumed they wouldn't.
Think the "pause" will work too (or something to make the bat wait a couple of seconds before the second programs loads)?
I'll give that a try.
THANKS
| « Speed Up PC | hard drive pull out » |