http://www.aros.orgAROS-ExecTeam AROSAROS-Exec Archives

Home

English

Deutsch

Ελληυικά

Français

Italiano

Nederlands

Polski

Português

Русский

Español

Suomi

Svenska

Česky


News

Archive

Introduction

Status
Screenshots
Ports
License

Download


Documentation

Users
Installation
Using
Shell commands
Applications
FAQ
Developers
Contribute
Roadmap
Bug Tracker
Working with Subversion
Compiling
Application Development Manual
Zune Application Development Manual
System Development Manual
Debugging Manual
Reference
Specifications
UI Style Guide
Documenting
Porting
Translating
Summaries
Links

Contact

Mailing lists
IRC channels

Credits

Acknowledgements


Pictures

Developers
Developers en Masse

Sponsors

Linking

Links

SourceForge Logo

Break

Index Prev Next


Break

Format

Break <process> [ALL|C|D|E|F]

Synopsis

PROCESS/N,PORT,ALL/S,C/S,D/S,E/S,F/S

Location

Sys:c

Function

BREAK sends one or more signals to a CLI process.
The argument PROCESS specifies the numeric ID of the CLI process that
you wish to send the signal to. The STATUS command will list all currently
running CLI processes along with ther ID.
You can also specify a public port name and send signal's to the
port's task.

You can send all signals at once via option ALL or any combination of the
flags CTRL-C, CTRL-D, CTRL-E and CTRL-F by their respective options.
When only the CLI process ID is specified the CTRL-C signal will be sent.

The effect of using the BREAK command is the same as selecting
the console window of a process and pressing the relevant key
combination.

The normal meaning of the keys is:
    CTRL-C      -       Halt a process
    CTRL-D      -       Halt a shell script
    CTRL-E      -       Close a process' window
    CTRL-F      -       Make active the process' window

Not all programs respond to these signals, however most should
respond to CTRL-C.

Example

1.SYS:> BREAK 1

    Send the CTRL-C signal to the process numbered 1.

1.SYS:> BREAK 4 E

    Send the CTRL-E signal to the process numbered 4.

Copyright © 1995-2008, The AROS Development Team. All rights reserved.
Amiga® is a trademark of Amiga Inc. All other trademarks belong to their respective owners.