Other Software > Developer's Corner
Commandline execution VC++ using ShellExec
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