home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / batch / exit.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  21 lines

  1.                         EXIT
  2.  
  3. The EXIT internal command causes DOS to terminate the current BATCH file and 
  4. return to the program or BATCH file which was previously executing (but only 
  5. if one exists). The previous program could be COMMAND.COM itself (causing a 
  6. nested BATCH file to terminate) or an application such as LOTUS, which can 
  7. transfer control to COMMAND.COM and regain control when EXIT is executed. 
  8.  
  9.     EXIT
  10.  
  11. SAMPLE command        | Comments about its use
  12.  
  13.   EXIT            Suppose that while LOTUS was in use, the System 
  14.             command was used to exit from LOTUS to do some DOS 
  15.             commands. When System is entered, DOS will regain 
  16.             control and you can execute any DOS commands. To exit
  17.             back to LOTUS and continue where it left off, EXIT is
  18.             entered at the DOS prompt. Any DOS environment space
  19.             changes made will be lost when DOS returns to the
  20.             previous program. 
  21.