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
Post a Comment