How to write Windows registry script?

How do you trigger a program on Windows in the background from a batch script ?

  • On *nix, you can write a script that starts something in the background with & at the end of the command. How do you do the same with on Windows - I have a batch file, and I need to start a program from it and i don't want the extra CMD windows to open up and hang around... I just want to start my command in the background.

  • Answer:

    @echo off in the beginning of the batch file should hide the window

Petar Stoilov Dangov at Quora Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.