Take Command / TCC Help v. 13.03

EXIT

Hide Navigation Pane

EXIT

Previous topic Next topic No directory for this topic No expanding text in this topic  

EXIT

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

Purpose:Exit the current TCC session.

 

Format:EXIT [/B] [value ]

 

value        The numeric exit code to return.

 

/B (exit from batch file)

 

Usage:

 

EXIT terminates the current copy of the command processor.

 

To close the session, or to return to the application that started the command processor, type:

 

exit

 

If you specify a value, EXIT will return that value to the program that started the command processor. For example:

 

exit 255

 

The value is a number you can use to inform the program of some result, such as the success or failure of a batch file. It can range from 0 - 4,294,967,295.

 

Option:

 

/BExit the current batch file, rather than the shell. This switch is for compatibility with CMD. The CANCEL and QUIT commands are generally more flexible for use in batch files.

Comments (...)