how to kill a apps using shell

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chandru8
    New Member
    • Sep 2007
    • 145

    how to kill a apps using shell

    hi to all
    i opened clc using
    x% = Shell("Calc.exe ")

    i dont know how to close the apps
    can anyone help me
    thanks
  • chandru8
    New Member
    • Sep 2007
    • 145

    #2
    hi can any help me
    thanks
    its urgent

    Comment

    • lotus18
      Contributor
      • Nov 2007
      • 865

      #3
      Originally posted by chandru8
      hi can any help me
      thanks
      its urgent
      Click the close button : )

      Comment

      • chandru8
        New Member
        • Sep 2007
        • 145

        #4
        thanks for your kind reply
        how to unload that application alone
        thanks

        Comment

        • QVeen72
          Recognized Expert Top Contributor
          • Oct 2006
          • 1445

          #5
          Hi Chandru,

          Try This

          Just Pass ProcessName with Extension to Kill it..:

          Call KillProcess("Ca lc.exe")

          REgards
          Veena

          Comment

          • chandru8
            New Member
            • Sep 2007
            • 145

            #6
            thank you very much
            thanks for your timely help

            Comment

            Working...