View Single Post
Old 13th July 2010, 22:04   #5  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by Snowknight26 View Post
That wouldn't show the progress indicator or the other output in the command prompt though.
Try this:
http://forum.doom9.org/showthread.ph...96#post1417496

Code:
stdout/stderr logging utility [2010-07-14]
Written by LoRd_MuldeR

Usage:
  logger.exe [<logfile> [<mode>] :] program.exe [<arg_1> <arg_2> ... <arg_n>]

Parameters:
  <logfile>   Save application output to log file (default: "Logfile.txt")
  <mode>      Write 'stdout' or 'stderr' or 'both' to log file (default: 'both')
  <arg_1...n> Parameters for child application (optional)

Examples:
  logger.exe x264.exe --crf 22 --output outfile.mkv infile.avs
  logger.exe mylogfile.txt : x264.exe --crf 22 --output outfile.mkv infile.avs
  logger.exe log.txt stderr : x264.exe --output - infile.avs > outfile.264
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 14th July 2010 at 14:09. Reason: Small update
LoRd_MuldeR is offline   Reply With Quote