ok, i kinda feel like an idiot asking this, but here it goes
simple setup for example purposes.:
#include<iostream>
#include<stdio.h>
using namespace std;
int main()
{
system("cd\")
return 0;
}
ok, as you've prolly already noticed, the CD\ will return an error saying that there is an invalid terminator because of the "\" .. all i want to do is change directories lol.. can someone help me out. thnx