Hi,

I printed the statement:
print cwd;
it's in right path, but the program comes out in c:\, i want the cursor to
be in m:\test_merge1, in this dir i am executing a command, which is not
executing?
chdir " M:\\test_merge1" ;
@cmd=`cleartool setcs -current`;


Regards
Javeed


-----Original Message-----
From: Sudarshan Raghavan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 6:58 PM
To: Perl beginners
Subject: Re: change directories


On Mon, 9 Sep 2002, Javeed SAR wrote:

> Hi,
> 
> How to change drives.
> 
> For eg if i am in c: right now i want to move to M:
> 
> Am i doing the right thing :
> 
> chdir " M:\\test_merge1" ;

You can check this yourself
use Cwd;
print cwd; # This should print your current working dir



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to