Hi all,

when i execute the command given below:

$cmd = `\\\\blrk2254d\\post\\postie\\postie.exe -host:$SMTP_SERVER
-to:SAR.Javeed\@sisl.co.in -cc:@EMAIL_TO_LIST1
-from:$ENV{'CLEARCASE_USER'}\@sisl.co.in -s:\"$SUBJECT\"  -msg:\"$file is
added to clearcase by  $user \",\"time is :$date \",\" the operation he has
done is:$operation \",\" the comments he has given are:$comment \" -user:eed
-pass:d777`;




i get the following output:


M:\jav_test\train\.\removexyzooooooooooo.exe:is added to clearcase by
jav,the time is : Fri Jul 12 15:27:44 2002, the operation he has done is   :
mkelem,the comments he has added are  : hi how do u do



i want the output  in this format:


M:\jav_test\train\.\removexyzooooooooooo.exe:is added to clearcase by jav
                                the time is : Fri Jul 12 15:27:44 2002
                 the operation he has done is   : mkelem
             the comments he has added are  : hi how do u do



How to do that????????


          user:   jav
     operation:   mkelem
          date:   Thu Jul 11 15:59:09 2002 

       element:   M:\jav_test\train\.\removexyzooooooooooo.exe
       comment:   



TIA


Regards
javeed

Reply via email to