Nov
1st
In Unix based Systems:
system("clear");
Or for that matter any unix command can be executed in this manner
system("cat myfile.txt");
On a Windows based System
system("cls");
In Unix based Systems:
system("clear");
Or for that matter any unix command can be executed in this manner
system("cat myfile.txt");
On a Windows based System
system("cls");
wat will hapen if i use system(‘cat myfile.txt’)
???
????
help man
cant u try and see……..??
system('cat myfile.txt');its working -> i have checked it
the only thing is that it obviously works only on unix based system (cat)