How can I wrap a call to an .exe (with arguments) with another .exe?
问题 I have a Windows executable (say program.exe ) and I want to provide users with 2 launchers that will pass different arguments to it. program.exe -a program.exe -b I can easily do this with 2 batch files, but I would rather provide users with 2 .exe files as they are more likely to be used correctly without editing. Is there an easy way to create such an executable? 回答1: Why create new executables? Why not just create desktop shortcuts to launch the single exe. 回答2: You might try this: http:/