I'm trying to do something that seems incredibly simple, but google is giving me conflicting/incorrect solutions. I want a batch script to start two executables and send the output of one to a log ...
Say I have 10 different services I would like to run sometimes, but not others, e.g., IIS and Windows Media services. Is there any way to start/stop them as a group instead of doing it one at a time? ...