#include <stdlib.h>
#include <windows.h>
int main()
{
system("start C:\\Program Files\\TikiConv erter.exe");
}
this wont work because Program Files is two words. Do you know what i could do to run this, this says C:\Program does not exist.
thanks
#include <windows.h>
int main()
{
system("start C:\\Program Files\\TikiConv erter.exe");
}
this wont work because Program Files is two words. Do you know what i could do to run this, this says C:\Program does not exist.
thanks
Comment