i m using perl script to do something where i want to change my current directory to mnt in c: only.. bt using function
system("cd c:\mnt"); is nt working.
system("dir"); is working properly ,also some other command using systems function in perl script is working fine bt dnt know what problem it is having with cd.
I also tried to change the drive c: to z:
system("z:"); bt its nt working.
these commands are working properly on command prompt bt nt in perl script.
even i used `cd c:\mnt` ,tried all combination with the `` but its nt doing.
can someone please help me?????????
its very urgent..
Thanks in advance for ur reply and also giving ur valuable time..
Waiting for reply..specially i hv joined this forum for this query i m nt getting its answer..plz help me.