I have a script that lists all instances of an application program, allow me to select which to kill and restart. The script works fine when executed on my laptop(Win2000/ActivePerl)on DOS prompt. The program basically prompt for user for a command,either list, kill or restart. When I try to run remotely on another windows 2000 machine over remote desktop, it behaves weird. The script freeze after accepting the list command which basically output from open <RESULT>, "ps -W|"; and my grep sub that filters out only the instances of the application program of interest. Subsequent typing doesn't appear on the screen. Any help is appreciated.