◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
Suspends execution of a Basic program to run a DOS command or batch file.
SHELL [commandstring$]
■ commandstring$ The name of a DOS command or batch file.
■ Your program resumes when the DOS command or batch file completes.
■ If you omit the command string, SHELL invokes a DOS shell and displays
the DOS prompt. Use the EXIT command to resume your program.
Example:
SHELL "DIR"
──────────────────────────────────────────────────────────────────────────────
© Copyright Microsoft Corporation, 1987-1992. All rights reserved.
Converted from qbasic.hlp with DosHelp/HelpConvert