InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.0: About user assistance >
6.6.0.2: Command line administration >
6.6.0.2.2: WebSphere Control Program (wscp) >
6.6.0.2.2.3: Advanced usage of wscp >
6.6.0.2.2.3.4: Using wscp and operating system commands
6.6.0.2.2.3.4: Using wscp and operating system commands
All UNIX and Windows NT commands can be issued from within a wscp
session. In interactive mode, Tcl executes operating system commands
with an explicit exec command. The exec command
creates one or more subprocesses and waits until they complete before
returning. If you wish to disable this behavior and instead have Tcl
search your UNIX or Windows NT PATH environment variable for command names
before checking whether they are abbreviations, enter the following command in
interactive mode:
wscp> unset auto_noexec
To check the definition of the variable and to reset it to true, enter the
following in interactive mode:
wscp> set auto_noexec
wscp> set auto_noexec true
The Tcl info globals command returns the names of all global
variables currently defined.
|
 |
 |
Related topics |
|
| Home (Getting started page) |
|
Peer topics |
|
| 6.6.0.2.2.3.1: Using abbreviations in wscp commands |
|
| 6.6.0.2.2.3.2: Specifying lists in wscp commands |
|
| 6.6.0.2.2.3.3: Example use of wscp and Tcl |
|
| 6.6.0.2.2.3.5: Obtaining status and error information |
|
| 6.6.0.2.2.3.6: Use of qualified home names in the administrative server |
|
| 6.6.0.2.2.3.7: Tracing the administrative server, application servers, and the wscp client |
|
| 6.6.0.2.2.3.8: Enabling tracing with DrAdmin |
|
| 6.6.0.2.2.3.9: Manipulating the JNDI context of objects |
|
| 6.6.0.2.2.3.10: Monitoring performance |
|
| 6.6.0.2.2.3.11: Setting global security defaults |
|
| 6.6.0.2.2.3.12: Managing security roles |
|
| 6.6.0.2.2.3.13: Connecting to remote servers |
|
| 6.6.0.2.2.3.14: Where to find more information about Tcl |
|
InfoCenter |
|
To launch the full documentation set in a separate browser window, click: |
| Display InfoCenter |
| |
PDF library |
|
To browse the PDF library for this product, containing this article and others, click: |
| PDF versions |
| |
Using this documentation |
|
Become an InfoCenter super user! To find out more about navigation, numbering, search, downloads, and more, click: |
| Using this documentation |
| |
|