Submitted by hs2n
Latest posts by Guest Author (see all)
- FREE: File Permissions Check – Compare folder and file permissions - Fri, Feb 20 2015
- FREE: ABC-Deploy – Software deployment and inventory - Wed, Apr 16 2014
- FREE: AD Permissions Reporter – View Active Directory permissions - Fri, Feb 7 2014
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
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.