Ok, so I now know how to start .js, and a java program as background process (tyvm by the way) but I need to know how to start an executable file the same way. The program has no output. My batch file right now is:
@echo off
start /MIN cppFind.exe bc_d.txt bc_s.tst bch.dll BusinessChart.log BusinessChart.vst BusinessChart.vss BusinessChart.exe BusinessChart.vsl
Minimized is alright but I really want the program to run in the background. There is no output/input it just pops up a blank window for a few min and then goes away when it's done.
Also, I have had terrible luck searching for batch file info on google. Almost ever site says the exact same thing. If you find this on a page somewhere I would love for you to link it to me so I can try and find this stuff on my own. Thank you in advance.
@echo off
start /MIN cppFind.exe bc_d.txt bc_s.tst bch.dll BusinessChart.log BusinessChart.vst BusinessChart.vss BusinessChart.exe BusinessChart.vsl
Minimized is alright but I really want the program to run in the background. There is no output/input it just pops up a blank window for a few min and then goes away when it's done.
Also, I have had terrible luck searching for batch file info on google. Almost ever site says the exact same thing. If you find this on a page somewhere I would love for you to link it to me so I can try and find this stuff on my own. Thank you in advance.