If i write in perl ,i can convert it to exe.

Regards
Javeed





-----Original Message-----
From: Ramprasad A Padmanabhan [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 09, 2002 6:53 PM
To: [EMAIL PROTECTED]
Subject: Re: change directories


Hey you need use perl to change a directory
If you really want to cd thru a script why dont you write a batch file


Javeed Sar wrote:
> 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