ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Commandline execution VC++ using ShellExec

<< < (2/2)

mouser:
so you are saying that minicap never exits on its own?

try calling the commandline on your own in a dos commandline box to make sure it exits when called manually.

it seems to me that your commandline args may be slightly wrong, instead of adding at the end: + _T("\" -exit");
try: + _T(" -exit");

renjithcr:
Yes. those were the closing symbols _T(\") for -captureappbyname "filename.exe"

renjithcr:
it works with both the versions... Thanks mouser...


Navigation

[0] Message Index

[*] Previous page

Go to full version