Execute txt file into an exe file to be executed by a windows batch -


the title bit confusing, i'll explain better here. need open exe file launch options contained in txt file, simple solution drag txt file above exe, , it'll launch. question is, there method batch file?

what did without success:

start program.exe start launchoptions.txt ...(things aren't influencing) 

the simple solution drag txt file above exe, , it'll launch

when drag-drop file onto application in explorer nothing more pass file name argument program, therefore solution simply:

start program.exe launchoptions.txt ...(things aren't influencing) 

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -