1.

Solve : running executable?

Answer» <html><body><p>Hi everyone<br/>Can I run an executable file from a <a href="https://interviewquestions.tuteehub.com/tag/batch-893737" style="font-weight:bold;" target="_blank" title="Click to know more about BATCH">BATCH</a> file that is converted to executable?<br/>i.e. can I double <a href="https://interviewquestions.tuteehub.com/tag/click-918865" style="font-weight:bold;" target="_blank" title="Click to know more about CLICK">CLICK</a> my batch file to let it <a href="https://interviewquestions.tuteehub.com/tag/launch-246614" style="font-weight:bold;" target="_blank" title="Click to know more about LAUNCH">LAUNCH</a> some executable file?<br/><br/>thanksstart "" "c:\a.<a href="https://interviewquestions.tuteehub.com/tag/exe-447113" style="font-weight:bold;" target="_blank" title="Click to know more about EXE">EXE</a>" Quote</p><blockquote>can I double click my batch file to let it launch some executable file?<br/></blockquote> <br/>Sure, why not? I'm <a href="https://interviewquestions.tuteehub.com/tag/surprised-1235927" style="font-weight:bold;" target="_blank" title="Click to know more about SURPRISED">SURPRISED</a> you didn't just try and see what would happen.<br/><br/>Curious, but why did you convert your batch code into a .exe file? There is nothing to be gained and the conversion process adds overhead to your code.<br/><br/></body></html>


Discussion

No Comment Found