The ! command gives access to the command
line of the host system without quitting the debugger.
Syntax
The syntax of ! is:
!command
where:
command
Is the operating system command to execute.
Usage
Any command whose first character is ! is passed to the host
operating system for execution. For example, !dir (DOS)
or !ls (UNIX) lists the contents of the current directory.