Windows Processes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Oak Hall

    Windows Processes

    In PHP, Is there a way to end a windows process not started by php? Thanks
    Oak


  • Andy Hassall

    #2
    Re: Windows Processes

    On Wed, 10 Aug 2005 16:31:10 GMT, "Oak Hall" <oak@scenicmls. com> wrote:
    [color=blue]
    >In PHP, Is there a way to end a windows process not started by php? Thanks
    >Oak[/color]

    One way might be to spawn pskill.exe with appropriate arguments (see pstools
    from http://www.sysinternals.com).

    --
    Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
    <http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool

    Comment

    Working...