Fri 13 Mar 2009
FREE: export.exe – Redirect stdout output into environment variables
By 4sysops reader | 2 Comments | Permalink | Trackback | Previous | NextSubmitted by hs2n
With the command line tool Export.exe you can put the stdout output of win32 console programs into CMD.EXE environment variables, which is very useful for batch files
It partly covers the functionality of the tool conset.exe (but export.exe also comes with a 64-bit version) or the linux export – command




Subscribe via e-mail: 


(3 votes, average: 4.33 out of 5)



What would be a good example for using this? I couldn’t really think of any.
For example, if you want to use an if clause in a batch script that uses the output of a command as argument.