1.

Solve : running executable?

Answer»

Hi everyone
Can I run an executable file from a BATCH file that is converted to executable?
i.e. can I double CLICK my batch file to let it LAUNCH some executable file?

thanksstart "" "c:\a.EXE" Quote

can I double click my batch file to let it launch some executable file?

Sure, why not? I'm SURPRISED you didn't just try and see what would happen.

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.



Discussion

No Comment Found