I tried it like this.I also want to jump back and forth repeatedly between the two folders.Please help.
#include<stdio.h>
#include<windows.h>
int main()
{
system("cd Players"); //Players is the name of my subfolder
system("echo > test.txt");
return 0;
}