0

I am using firefox extension to run hg commands on my repository. But when ever I execute any hg commands it shows command prompt window for a split second and closes it.

Eg:-

  1. process.run("push");
  2. process.run("update");

Is there any way to not show that window at all ?

Nitesh
  • 553
  • 2
  • 10
  • 26
  • Would http://stackoverflow.com/questions/298562/windows-xp-or-vista-how-can-i-run-a-batch-file-in-the-background-no-windows-dis help? – VonC Jul 01 '10 at 21:26

1 Answers1

0

Back in the day I used to have a tool that was hidewin.exe that would all you to start any bat file or exe file and have it run invisibly. I tried a google search for it but didn't find it easily but maybe you could have better luck at finding it.

Chris Marisic
  • 30,638
  • 21
  • 158
  • 255