How to close Outlook Express from the command line?!?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Friday
    Confirmed User
    • Apr 2002
    • 157

    #1

    How to close Outlook Express from the command line?!?

    Does anybody know how to close Outlook Express from the command line?

    Tried:

    msimn.exe /close
    msimn.exe /exit
    msimn.exe /quit
    msimn.exe -close
    msimn.exe -exit
    msimn.exe -quit

    Is this possible?

    Thanks!
    ...
  • boner 2.0
    Too lazy to set a custom title
    • Jul 2004
    • 10970

    #2
    How about killing it?

    tasklist|findstr msimn

    then
    taskkill /pid pid_of_msimn

    the pid = numbers after the filename

    msimn.exe 1216 Console 0 13,708 K

    Comment

    • Friday
      Confirmed User
      • Apr 2002
      • 157

      #3
      Thanks but I don't want to kill it I want to close it normally and automatically from a batch file (like shutdown).
      ...

      Comment

      • Violetta
        Affiliate
        • Jul 2004
        • 28735

        #4
        have no idea
        M&A Queen

        Comment

        • Friday
          Confirmed User
          • Apr 2002
          • 157

          #5
          Is there a way to do such with a macro?
          ...

          Comment

          Working...