Batch start command not opening program -


when enter following command prompt:

start myprog.exe 

it opens program in command window, doesn't start actual program itself.
know i'm doing wrong this?

try this:

start /b "" "myprog.exe" 

see start /? more help.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -