home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.vms
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!phage!xray1.cshl.org!skinner
- From: skinner@cshl.org (John Skinner)
- Subject: How do I send a control-c to another process?
- Message-ID: <skinner.721316484@xray1.cshl.org>
- Sender: news@phage.cshl.org
- Organization: Cold Spring Harbor Laboratory
- Date: Mon, 9 Nov 1992 13:41:24 GMT
- Lines: 15
-
- Here's my situation: I have a 2 process system. The parent process
- is a graphical user interface written in C/Motif. This controls
- a fortran program that used to be command-line driven. The old fortran
- program used to trap control-c's. How can I get the gui to send a
- control-c to the child? The unix function kill(SIGINT,pid) does
- not support the same fuctionality under vms as it does under Unix.
-
- Thanks,
- John
-
- --
- *****************************************************************************
- John M. Skinner Brookhaven National Laboratory, Upton N.Y. USA
- e-mail : skinner1@bnl.gov
- *****************************************************************************
-