On 01/09/2007 12:49 AM, [EMAIL PROTECTED] wrote:
Hi,
I need to run a particular command "cleartool des " from a partiuclar
folder.
For example:
I need to get into directory m: cd \ Arun_Main and then run cleartool des
$temp .
I wrote the following code for this
foreach $temp(@vob2)
{
qx(m: cd
[EMAIL PROTECTED] <[EMAIL PROTECTED]> asked:
> I need to run a particular command "cleartool des " from a
> partiuclar folder.
Try
chdir 'm:/Arun Main' or die "Can't change CWD: $!":
HTH,
Thomas
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
h