Hi Davide, you could use PowerShell (Start --> Search --> Powershell):
c:\ant start | Tee-Object -file c:\file.txt Or just output the changes in the logfile (also Powershell) C:\get-Content c:\Debug.log –Wait Hope that helps. Ingo -----Ursprüngliche Nachricht----- Von: Davide Ciofetti [mailto:[email protected]] Gesendet: Mittwoch, 14. Jänner 2015 18:35 An: [email protected] Betreff: logfile hi, i'm executing without to modify ofbiz 13.07 release. I can see ofbiz messages on the screen, but it is an unconfortable method, expecially when I need to send some message here in the list. in order of overcome this, i use (on windows) this command: ant start > [logfile]. even this is an unconfortable method: it permit to export all the messages but it's really unconfortable to seemessage in realtime, because it outputs only in the logfile. is there a method to see on the console and to write in a file at the same time? i searched on the net but i have found nothing. is there already a link? Davide
