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

Author Topic: silent bat file - Is it possible?  (Read 9788 times)

0 Members and 1 Guest are viewing this topic.

CincyFan

    Topic Starter


    Rookie

    silent bat file - Is it possible?
    « on: March 26, 2009, 06:56:20 PM »
    Is there a command that can be used to run a batch file completely silent?

    Reno



      Hopeful
    • Thanked: 32
      Re: silent bat file - Is it possible?
      « Reply #1 on: March 26, 2009, 09:25:48 PM »
      yes, there is a way to run batch file in complete silence, but i won't post the code since it can be use for "evil" doing.

      so here is the code for running batch in half silence  ;)
      Code: [Select]
      start /min

      Helpmeh



        Guru

      • Roar.
      • Thanked: 123
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Familiar
      • OS: Windows 8
      Re: silent bat file - Is it possible?
      « Reply #2 on: April 06, 2009, 01:34:12 PM »
      yes, there is a way to run batch file in complete silence, but i won't post the code since it can be use for "evil" doing.

      so here is the code for running batch in half silence  ;)
      Code: [Select]
      start /min

      Well...in JUST batch, that's like half-silent...but if you convert it to an .exe...
      Where's MagicSpeed?
      Quote from: 'matt'
      He's playing a game called IRL. Great graphics, *censored* gameplay.

      squall_01



        Prodigy

        Thanked: 80
        Re: silent bat file - Is it possible?
        « Reply #3 on: April 06, 2009, 01:57:20 PM »
         ???
        Windows 7 RC Tester.  Working on it.  Your monitor says etchasketch on the side!

        If I fall who is there to pick me up now.  I stand alone but I stand as the gaurdian for whom I wish to protect.  The sound of my blade utters my name as you fall.  For I shall not move.  For those that forsake the very people are wosres

        Carbon Dudeoxide

        • Global Moderator

        • Mastermind
        • Thanked: 169
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Experience: Guru
        • OS: Mac OS
        Re: silent bat file - Is it possible?
        « Reply #4 on: April 06, 2009, 09:58:23 PM »
        No one wonders why he would need to run a batch file silently? ::)

        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: silent bat file - Is it possible?
        « Reply #5 on: April 06, 2009, 10:24:27 PM »
        No one wonders why he would need to run a batch file silently? ::)

        heh,  I was just thinking the same thing.


        Also, "converting" a batch to EXE simply wraps the Batch file into the executable, which recreates the batch file and shellexecutes it.

        I was trying to dereference Null Pointers before it was cool.

        squall_01



          Prodigy

          Thanked: 80
          Re: silent bat file - Is it possible?
          « Reply #6 on: April 07, 2009, 10:20:12 AM »
          I never heard of such a thing I heard of were you can turn the code its self off.
          Windows 7 RC Tester.  Working on it.  Your monitor says etchasketch on the side!

          If I fall who is there to pick me up now.  I stand alone but I stand as the gaurdian for whom I wish to protect.  The sound of my blade utters my name as you fall.  For I shall not move.  For those that forsake the very people are wosres

          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: silent bat file - Is it possible?
          « Reply #7 on: April 07, 2009, 04:39:27 PM »
          Why doesn't the output of the AT command come to the screen? 



          it did:

          Added a new job with job ID = 1
          I was trying to dereference Null Pointers before it was cool.