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?
| |||||
feedback
|
|
In a windows batch file to return a value back to the command shell use
e.g
will retun 3 in | |||
|
feedback
|