

InterviewSolution
Saved Bookmarks
1. |
Solve : auto answer yes for uninstallation of winzip? |
Answer» <html><body><p>Hi... i am looking for a way to automate the step of click the yes button when doing the uninstallation of winzip or any program.. thanks. <a href="https://interviewquestions.tuteehub.com/tag/quote-1175222" style="font-weight:bold;" target="_blank" title="Click to know more about QUOTE">QUOTE</a> from: bh on <a href="https://interviewquestions.tuteehub.com/tag/july-244157" style="font-weight:bold;" target="_blank" title="Click to know more about JULY">JULY</a> 01, 2010, 10:42:19 PM</p><blockquote>Hi... i am looking for a way to automate the step of click the yes button when doing the uninstallation of winzip or any program.. thanks.<br/></blockquote> <br/>Sometimes an echo yes and pipe to the uninstall program will work.<br/><br/>C:\<a href="https://interviewquestions.tuteehub.com/tag/test-13460" style="font-weight:bold;" target="_blank" title="Click to know more about TEST">TEST</a>>echo YES | uninstall<br/><br/>or <br/><br/>C:\test>echo Y | uninstall</body></html> | |