batch command to exit a programme

  • Thread starter Thread starter simonc
  • Start date Start date
S

simonc

Guest
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.
 
"simonc" 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.
 
Back
Top