How can I return a value in a Windows batch file? I can do it in Unix using exit 1 but how can I do it in Windows?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||||
|
|
In a windows batch file to return a value back to the command shell use
e.g
will retun 3 in |
|||
|
|
