View Single Post
  #2  
Old 11-19-2010, 12:25 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
Quote:
Originally posted by tikskit
Hello!

I use VisBuildCmd to execute my scripts. And I want to send some information (such as 'MyAPP.exe was compiled') to console and all other output (all that Visual Build Professional usually write) to log file. In other words I want devide user-important information and build-diagnostic information.

Example it would be fine if Log messages write to console but all other to file.

How can I do this?
There isn't a way to do this currently, but we'll add it to the request list. For now, you might write the selective messages to a separate file (for instance, using the Write File action) instead of the console.
Quote:
By the way. I found that Log Message write to console only characters from ANSI code page.
See http://www.kinook.com/VisBuildPro/Ma...psproperty.htm
Reply With Quote