I have a basic Win32 dialog program that I need to turn into a command line program. I've got everything done, but none of the printf or cout statements are printing to the console so that I can see progress etc. I cant use messageboxes because this will be run in a batch format.