have a problem with system("command").
I want to start .exe with some parameters but "B0 P1" cant be compiled because of use "" in command string. Any solution/tips :)?
int main() {
system ("start C:\\PROGRA~2\\BEL\\Realterm\\realterm.exe FIRST=1 SENDSTR= "B0 P3" ");
}