buzzman2005 0 Posted December 29, 2004 Hi Y'all i need to end a program through task manager (see attached pic) just wonderign how i would do it script wise.... as tghe mouse wouldnt work in this case... as the program migh tbe in a different position everytime... it runs..... this is what i was thinking of using for code: ControlSend("Windows Task Manager", "", "SysListView32", "SelectString", "Beyondo") and then i would use the code to move the mouse over the end task button to exit.... any thoughts????? Share this post Link to post Share on other sites
this-is-me 6 Posted December 29, 2004 (edited) ProcessClose EDIT: Look at the processes tab on task manager before asking questions Edited December 29, 2004 by this-is-me Who else would I be? Share this post Link to post Share on other sites
buzzman2005 0 Posted December 29, 2004 i can't use the processes tab to close to proghram otherwise it doent close properly..... the program chagnes the date...... and it has to hcange it back upon exit.... so does anyone know how i can close this "beyondo" program from applications in Task Manager???? Share this post Link to post Share on other sites
this-is-me 6 Posted December 29, 2004 Then use WinClose instead. Who else would I be? Share this post Link to post Share on other sites
buzzman2005 0 Posted December 30, 2004 great thanks... i didnt know that function would work if the window wasnt active..... THANKS! Share this post Link to post Share on other sites