

InterviewSolution
Saved Bookmarks
1. |
Solve : Batch / DOS cmd to CLOSE active Win2000 program? |
Answer» <html><body><p>My Batch file <a href="https://interviewquestions.tuteehub.com/tag/starts-1224822" style="font-weight:bold;" target="_blank" title="Click to know more about STARTS">STARTS</a> a Windows program but I must click the "X" when the Program is finished with actions. In order to reduce input from the <a href="https://interviewquestions.tuteehub.com/tag/user-25565" style="font-weight:bold;" target="_blank" title="Click to know more about USER">USER</a>, I need a CLOSE <a href="https://interviewquestions.tuteehub.com/tag/command-11508" style="font-weight:bold;" target="_blank" title="Click to know more about COMMAND">COMMAND</a>. I am trying to CLOSE <strong>only</strong> the STARTed program active <a href="https://interviewquestions.tuteehub.com/tag/window-11540" style="font-weight:bold;" target="_blank" title="Click to know more about WINDOW">WINDOW</a> in order to continue the .bat file actions. I see the Batch / MS DOS "START" command for launching a Windows based program, but not a "CLOSE" command. No luck in <a href="https://interviewquestions.tuteehub.com/tag/google-12880" style="font-weight:bold;" target="_blank" title="Click to know more about GOOGLE">GOOGLE</a> searches until I found this site today.<br/>Is there a dos command of kill.exe or taskkill.exe, if you open the command prompt and type kill.exe /? it should give the help for the command.</p></body></html> | |