Sorry if this has been answered before. I've tried searching for at least 20 minutes before coming here.
Basically the line is:
run = system("C:\\Dev-Cpp\\export(test).xls");
This however doesn't run the file. The system seems to stop reading the path string right before the open bracket "(" in "(test)". It says the "C:\\Dev-Cpp\\export" is not a valid path/file. Hence it stops reading when it runs into the open bracket "(".
I did a workaround and renamed the file to export-test.xls and it worked. But why does is not recognize the open bracket? Nothing urgent, just very curious why this is happening.