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

Author Topic: Runing a batch file without the command window  (Read 5792 times)

0 Members and 1 Guest are viewing this topic.

afrkiko

  • Guest
Runing a batch file without the command window
« on: November 22, 2005, 10:30:18 AM »
Can some one tell me how to run a batch file wthout opening the command window.

thanks
« Last Edit: November 22, 2005, 10:32:16 AM by afrkiko »

Sidewinder



    Guru

    Thanked: 139
  • Experience: Familiar
  • OS: Windows 10
Re: Runing a batch file without the command window
« Reply #1 on: November 22, 2005, 05:54:51 PM »
Provided the batch file produces no console interrupts, you can use:

start /min batchfile.bat

The batch file still needs the command shell to run but running it minimized will make it less obvious.

Hope this helps. 8)
The true sign of intelligence is not knowledge but imagination.

-- Albert Einstein

Blackberry



    Adviser
  • For those with wings, fly to your dreams.
    Re: Runing a batch file without the command window
    « Reply #2 on: November 23, 2005, 05:18:26 AM »
    what is your os?
    Everybody knows you can't click here. But I know you will try it :)