Writing output to a file with Windows Server 2008
appologize if there thread asking same question, don't know keyword should use search question. i trying spool console output log file, this: call abc.bat >> blah.log it writes log file. however, doesn't spool the logs to file before batch finishes. found if open file when writing, logs spooled file. logs can few hundred megabytes, can't leave running this. is there setting can tell outputstream flush logs when bigger 10mb? or, normal design of 2008? the machine has 4gb ram and two 2.8ghz cpus, installed windows server 2008 sp1 (64-bit). thank you. hello, from description, have script call batch file , output result log file. however, script append result last line in log file. means size of log file out of control become large. want practice flush existing logs when log file bigger 10mb. it should design command prompt append result output file instead flushing existing strings in windows operation system when use >> output in command prom...