home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5154 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  901 b 

  1. Path: nj5.injersey.com!jeremyn
  2. From: jeremyn@nj5.injersey.com (Jeremy Nixon)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Processes
  5. Date: 10 Mar 1996 14:54:21 GMT
  6. Organization: Asbury Park Press
  7. Message-ID: <4huqet$mu2@news.injersey.com>
  8. References: <812.6641T87T157@epma.demon.co.uk>
  9. NNTP-Posting-Host: nj5.injersey.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. andy (andy@epma.demon.co.uk) wrote:
  13.  
  14. : I need to be able to find out the process number of a task so that I can break
  15. : it later on... i.e.
  16.  
  17. : Run Animshower
  18. : wait 30 secs
  19. : break Animshower
  20.  
  21. : Is there any way that I can find out simply (through DOS or ARexx I don't
  22. : wanna waste time writing real code :-)  what the process number of a task is
  23. : so that I can store this and later use it to break the task?
  24.  
  25. Yes:
  26.  
  27. Run Animshower
  28. wait 30 secs
  29. status >temp.file COMMAND=Animshower
  30. break <temp.file
  31.  
  32.  
  33. Jeremy Nixon
  34. jeremyn@injersey.com
  35.  
  36.