• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

batch command to exit a programme

S

simonc

Flightless Bird
As the first command in a backup batch file I want to open a media management
console. I can do this with the command mmc followed by the path of a .msc
file which opens the media page. Before starting the backup I then need to
close mmc.exe. How do I do this from the batch file?

Grateful for advice.
 
P

Pegasus [MVP]

Flightless Bird
"simonc" <simonc@discussions.microsoft.com> wrote in message
news:C497E32B-2082-4BF1-9952-1DE5C419E3A9@microsoft.com...
> As the first command in a backup batch file I want to open a media
> management
> console. I can do this with the command mmc followed by the path of a
> .msc
> file which opens the media page. Before starting the backup I then need to
> close mmc.exe. How do I do this from the batch file?
>
> Grateful for advice.


You could use taskkill.exe.
 
Top