save messages from editor in a txt file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sureshh06
    New Member
    • Jul 2007
    • 1

    save messages from editor in a txt file

    HI ,

    I am using Perl for GUI Automation, I am getting lot of messages in the editor , how can I save all the messages ina txt file automatically after the execution of the scripts has completed.

    Please help..
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Could you be a little more specific? Are these messages output from the program? If so, you could output to a log file in the script instead of leaving everything to go to the default of <STDOUT>.

    Regards,

    Jeff

    Comment

    Working...