perezdev Posted May 21, 2014 Report Share Posted May 21, 2014 In a typical command line application, it displays it's standard output line by line. The first part of a2cmd.exe does this. But when it's actually scanning the files, it doesn't display the scanned items on a new line. Instead, it just updates the last line of the window. Is there any way to get it to display the scanned items on a new line each time? Link to comment Share on other sites More sharing options...
Christian Mairoll Posted May 21, 2014 Report Share Posted May 21, 2014 No, sorry there isn't. Adding a new line for each scanned item would slow down the overall scan significantly as the cmd box wouldn't be able to keep up with the high volume of items. Link to comment Share on other sites More sharing options...
perezdev Posted May 21, 2014 Author Report Share Posted May 21, 2014 No, sorry there isn't. Adding a new line for each scanned item would slow down the overall scan significantly as the cmd box wouldn't be able to keep up with the high volume of items. That's a bummer. I guess I'll have to figure out another way to retrieve the information. Thanks anyway! Link to comment Share on other sites More sharing options...
Recommended Posts