bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
SHELL Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
SHELL [commandstring$]
 
    ■ commandstring$   A .COM, .EXE, .BAT (for DOS), or .CMD (for OS/2)
                       program or any valid DOS or OS/2 command.
 
    ■ If you omit the argument commandstring$, SHELL gives you a new shell
      (COMMAND.COM for DOS or CMD.EXE for OS/2). You then can enter
      operating system commands at the prompt. Use the EXIT command to
      return to BASIC.
 
See Also    SHELL Function