#include <stdlib.h>
int main()
{
char STRG[80]="";
char STRG1[80]="explorer //C$/ettings/Tj/Dp";
system(STRG1);
}
it should take path "//C$/ettings/Tj/Dp"but it is taking "/C$/ettings j/Dp"
I know that compiler do not read \t,\\ as a normal character but then whats the solution?
Edited by Jaan, 09 August 2009 - 01:22 PM.
Use code tags when you are posting your codes!


Sign In
Create Account


Back to top










