Date Created: Sun 26-Jun-2011



    Kill BlackBerry Simulator Processes

    Using windows command line in Windows 7 I am able to kill the BlackBerry Simulator's Fledge.exe process, which terminates the Simulator which will not exit using the Simulator file-Exit command.

    tasklist /fi "ImageName eq fledge.exe"

    For example: taskkill /IM fledge.exe
    =======================================

    It is recommended that you create a DOS batch which you can keep handy:
    Add the following commands to the .BAT file.

    taskkill /IM fledge.exe
    taskkill /IM bbdevmgr.exe
    pause


    ========================================

    As you can see there is a File-Exit command for most of the modern BlackBerry Simulators, however it doesn't work on Windows 7



    ==============

    It is recommended that you create a DOS batch file like:

    taskkill /IM fledge.exe
    taskkill /IM bbdevmgr.exe
    pause

    To kill the simluator

Middleware Mentor - Steven Charles Robinson

About Me

Steve Robinson has been working in IT for over 15 years and has provided solutions for many large-enterprise corporate companies across the world. Steve specialises in Java and Middleware consulting. Steve comes from both an administration and development background.

Before moving to JEE, Steve was an accomplished developer and consultant for both IBM Lotus Notes and Microsoft .NET Technologies.

Follow Steve as @stevencrobinson on twitter.

Read my books?

IBM WebSphere Application Server 8.0 Administration Guide

IBM WebSphere Application Server 8.0 Administration Guide

WebSphere Application Server 7.0 Administration Guide

WebSphere Application Server 7.0 Administration Guide

WebSphere Categories

Oracle WebLogic Categories

JBoss Categories

Other Categories