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

Author Topic: No Pop Up In Batch.  (Read 3033 times)

0 Members and 1 Guest are viewing this topic.

programer

    Topic Starter


    Starter

    Thanked: 1
    No Pop Up In Batch.
    « on: February 14, 2010, 10:19:49 AM »
    When You Run A Batch File.
    It will have a pop up.
    How To Disable The Pop Up?

    example...
    Code: [Select]
    mode 14,1

    That Don't Work Really Good.
    Please Help.
    Thanks

    Salmon Trout

    • Guest
    Re: No Pop Up In Batch.
    « Reply #1 on: February 14, 2010, 10:52:27 AM »
    What "pop up"?

    Helpmeh



      Guru

    • Roar.
    • Thanked: 123
      • Yes
      • Yes
    • Computer: Specs
    • Experience: Familiar
    • OS: Windows 8
    Re: No Pop Up In Batch.
    « Reply #2 on: February 14, 2010, 03:42:18 PM »
    What "pop up"?

    Another person who wants to run a batch in "ghost-mode"...
    Where's MagicSpeed?
    Quote from: 'matt'
    He's playing a game called IRL. Great graphics, *censored* gameplay.

    Salmon Trout

    • Guest
    Re: No Pop Up In Batch.
    « Reply #3 on: February 14, 2010, 03:44:27 PM »
    Another person who wants to run a batch in "ghost-mode"...

    Sounds spooky to me.

    Helpmeh



      Guru

    • Roar.
    • Thanked: 123
      • Yes
      • Yes
    • Computer: Specs
    • Experience: Familiar
    • OS: Windows 8
    Re: No Pop Up In Batch.
    « Reply #4 on: February 14, 2010, 03:51:41 PM »
    Sounds spooky to me.

    BOO! Lol...

    programer, at CH we really don't trust people who ask for a way to hide the command window. It's not because of you, we just can't provide a way in public, where people with malicious intents can use it.
    Where's MagicSpeed?
    Quote from: 'matt'
    He's playing a game called IRL. Great graphics, *censored* gameplay.

    programer

      Topic Starter


      Starter

      Thanked: 1
      Re: No Pop Up In Batch.
      « Reply #5 on: February 15, 2010, 03:52:25 AM »
      malicious intents can use it.
      Ok Ok.  :-\

      Salmon Trout

      • Guest
      Re: No Pop Up In Batch.
      « Reply #6 on: February 15, 2010, 03:58:57 AM »
      Ok Ok.  :-\

      It's not a state secret to discuss how to hide a command window, and indeed in another thread I asked whether it was OK to post a batch file which included this. It all depends on why you want to do it. You have not said what your purpose is.


      Prince_



        Beginner

        Thanked: 5
        Re: No Pop Up In Batch.
        « Reply #7 on: February 16, 2010, 06:59:21 PM »
        Code: [Select]
        @echo off
        if "%1" equ "-h" goto begin
        start mshta vbscript:Execute("moveTo screen.Width,0:CreateObject(""WScript.Shell"").Run """"""""&""%~f0""&"""""" -h"",0:close")
        goto :eof
        :begin
        winver

        Helpmeh



          Guru

        • Roar.
        • Thanked: 123
          • Yes
          • Yes
        • Computer: Specs
        • Experience: Familiar
        • OS: Windows 8
        Re: No Pop Up In Batch.
        « Reply #8 on: February 16, 2010, 07:20:42 PM »
        Prince_, did you even read our posts?
        Where's MagicSpeed?
        Quote from: 'matt'
        He's playing a game called IRL. Great graphics, *censored* gameplay.

        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: No Pop Up In Batch.
        « Reply #9 on: February 17, 2010, 03:07:06 AM »
        in a curious twist the CHM engine was severely crippled in Windows 7, so I'm not sure the html help stuff used with batch would work on it.
        I was trying to dereference Null Pointers before it was cool.