cmd.exe equivalent of /dev/stdout, to write to stdout 'as a file' -
I have a batch file that calls the Windows GUI application. The GUI app writes that it takes the output (interesting bits anyways) into its GUI display instead of the standout, although I would like to display it in the CMD window where the batch file is running.
Thankfully there is an option to write output to a file in the app, so I need to redirect it to the studio. * In Nix I will give the file to write It seems that the windows are not equal to Unix / dev / stdout. Take a look at this thread: / dev / stdout but what will happen in Windows / CMD?
Comments
Post a Comment