Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. hiding the command prompt

hiding the command prompt

Scheduled Pinned Locked Moved C#
csharptutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tnaveen
    wrote on last edited by
    #1

    i am uninstalling the application using batch file,while unistalling i don't want to get command prompt(need to hide this from showing).how to do this programatically in c#

    naveen

    D 1 Reply Last reply
    0
    • T tnaveen

      i am uninstalling the application using batch file,while unistalling i don't want to get command prompt(need to hide this from showing).how to do this programatically in c#

      naveen

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      try using Process oProcess = new Process(); oProcess.StartInfo.CreateNoWindow = true;

      Chaos, panic and disorder - my work here is done.

      T 1 Reply Last reply
      0
      • D dan sh

        try using Process oProcess = new Process(); oProcess.StartInfo.CreateNoWindow = true;

        Chaos, panic and disorder - my work here is done.

        T Offline
        T Offline
        tnaveen
        wrote on last edited by
        #3

        cde is not working,can u tell me any other solution

        naveen

        T 1 Reply Last reply
        0
        • T tnaveen

          cde is not working,can u tell me any other solution

          naveen

          T Offline
          T Offline
          tnaveen
          wrote on last edited by
          #4

          code is not working,can u say the alternate colution

          naveen

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups