Return Error Level
How to return an error level to a batch file. This is a good way to hand off processing from a batch file, to an executable, and back again, performing rudimentary sharing of information. For example, you could have an automated task that runs a batch script to, say, get some files from a remote location. Then execution… Read More »