S
Scott
Hi,
Sorry for what is probably a very basic question...
I have a series of windows/applications that I usually want started after
machine reboot. However, there are occasions where I don't want these
applications to start.
Right now I've got a bunch of shortcuts in my Startup folder. I want to
replace these shortcuts with a batch file, which I will manually execute
after reboot. A couple requirements: 1) I don't want a command window
flashing up for each application, and 2) the batch file needs to not hang
when it executes an application that displays a window.
With Unix I would just put an ampersand & at the end of each invocation, and
it would start as a background process. Is there anything similar in
Windows?
What is the best approach? batch/cmd file? cscript? something else?
In summary, if you could post a file that invokes say calculator, notepad,
and paint, all without flashing a command window, that would be perfect.
Much appreciated,
Scott
Sorry for what is probably a very basic question...
I have a series of windows/applications that I usually want started after
machine reboot. However, there are occasions where I don't want these
applications to start.
Right now I've got a bunch of shortcuts in my Startup folder. I want to
replace these shortcuts with a batch file, which I will manually execute
after reboot. A couple requirements: 1) I don't want a command window
flashing up for each application, and 2) the batch file needs to not hang
when it executes an application that displays a window.
With Unix I would just put an ampersand & at the end of each invocation, and
it would start as a background process. Is there anything similar in
Windows?
What is the best approach? batch/cmd file? cscript? something else?
In summary, if you could post a file that invokes say calculator, notepad,
and paint, all without flashing a command window, that would be perfect.
Much appreciated,
Scott