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 / dev / stdout but what will happen in Windows / CMD?

It seems that the windows are not equal to Unix / dev / stdout.

Take a look at this thread:

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -