I need to execute 'cd' (change directory) command in windows.
I tried that using
1)system('cd..' )
2)`cd`
But both are not working. Please provide me with a solution.
Thanks in advance ..
I tried that using
1)system('cd..' )
2)`cd`
But both are not working. Please provide me with a solution.
Thanks in advance ..
Comment