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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -