Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How Do I Run CMD Hidden..??  (Read 17777 times)

0 Members and 1 Guest are viewing this topic.

gumbaz

    Topic Starter


    Intermediate

    How Do I Run CMD Hidden..??
    « on: May 18, 2010, 01:31:37 AM »
    when you call "CMD.EXE /C CALC.EXE" is there any way to hide the CMD window without use of shortcut files ect.?

    is there a switch to use CMD.EXE in silent/Hidden mode or something..??

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: How Do I Run CMD Hidden..??
    « Reply #1 on: May 18, 2010, 02:18:43 AM »
    Why do you ask?
    Often this question is asked by evil hackers who want to pull a bad joke on somebody.  8)

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: How Do I Run CMD Hidden..??
    « Reply #2 on: May 18, 2010, 02:36:19 AM »
    instead of running cmd hidden...

    why not- not use cmd at all, and just run calc directly?
    I was trying to dereference Null Pointers before it was cool.

    gumbaz

      Topic Starter


      Intermediate

      Re: How Do I Run CMD Hidden..??
      « Reply #3 on: May 18, 2010, 02:40:15 AM »
      can cmd.exe be ran hidden or not..??

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: How Do I Run CMD Hidden..??
      « Reply #4 on: May 18, 2010, 02:42:08 AM »
      can cmd.exe be ran hidden or not..??

      well, aren't we snappy.
      I was trying to dereference Null Pointers before it was cool.

      gumbaz

        Topic Starter


        Intermediate

        Re: How Do I Run CMD Hidden..??
        « Reply #5 on: May 18, 2010, 02:43:56 AM »
        meh, just want an answer, not the 3rd degree questionings..

        BC_Programmer


          Mastermind
        • Typing is no substitute for thinking.
        • Thanked: 1140
          • Yes
          • Yes
          • BC-Programming.com
        • Certifications: List
        • Computer: Specs
        • Experience: Beginner
        • OS: Windows 11
        Re: How Do I Run CMD Hidden..??
        « Reply #6 on: May 18, 2010, 02:46:51 AM »
        meh, just want an answer, not the 3rd degree questionings..
        Yes it is possible.
        I was trying to dereference Null Pointers before it was cool.

        gumbaz

          Topic Starter


          Intermediate

          Re: How Do I Run CMD Hidden..??
          « Reply #7 on: May 18, 2010, 02:50:27 AM »
          and you wouldn't mind sharing that precious knowledge with me would you, good ol buddy ol pal..

          Salmon Trout

          • Guest
          Re: How Do I Run CMD Hidden..??
          « Reply #8 on: May 18, 2010, 12:16:47 PM »
          I have crossed swords with gumaz before, when I was Dias de Verano. He has no idea of courtesy.

          gumbaz, this is the way to get no answers:

          Quote
          can cmd.exe be ran hidden or not..??

          Helpmeh



            Guru

          • Roar.
          • Thanked: 123
            • Yes
            • Yes
          • Computer: Specs
          • Experience: Familiar
          • OS: Windows 8
          Re: How Do I Run CMD Hidden..??
          « Reply #9 on: May 18, 2010, 04:54:04 PM »
          and you wouldn't mind sharing that precious knowledge with me would you, good ol buddy ol pal..
          In fact, I'd rather not share that knowledge, and I have a good idea that neither will BC.
          Where's MagicSpeed?
          Quote from: 'matt'
          He's playing a game called IRL. Great graphics, *censored* gameplay.

          Deadly D



            Rookie

            Re: How Do I Run CMD Hidden..??
            « Reply #10 on: May 21, 2010, 11:18:39 PM »
            Yes bro it is possible to run cmd in hidden use "QUICK BATCH FILE COMPILER"

            in this compiler u find a ghost run option in option. so just click there a compile and En Joy ! ;D

              I HOPE U NOT MAKE ANY BAD USE !!!!!!>....

            user12



              Newbie

              • Experience: Beginner
              • OS: Windows 7
              Re: How Do I Run CMD Hidden..??
              « Reply #11 on: October 20, 2012, 02:39:14 AM »
              Use a .vbs file to run your batch file. Example:

              HideBat.vbs
              Code: [Select]
              CreateObject("Wscript.Shell").Run "FILE_1.bat",0,True
              "FILE_1" change to name of your .bat file, that you wish to run hidden.




              *************************
              or
              http://www.ntwind.com/software/hstart.html
              http://gallery.technet.microsoft.com/ScriptCenter/8bbed56f-a7aa-491f-a296-687dd96098a3/
              « Last Edit: October 20, 2012, 03:15:13 AM by user12 »

              Salmon Trout

              • Guest
              Re: How Do I Run CMD Hidden..??
              « Reply #12 on: October 20, 2012, 02:46:08 AM »
              The vbs isn't hidden, however.

              foxidrive



                Specialist
              • Thanked: 268
              • Experience: Experienced
              • OS: Windows 8
              Re: How Do I Run CMD Hidden..??
              « Reply #13 on: October 20, 2012, 03:18:34 AM »
              Graveyard post.  The OP might be dead by now. ;)


              cmdow can run a task silently - some AV programs flag it as a threat because of that.