Jump to content

Hidden batch processing?


trodas

Recommended Posts

It possible to setup batch file/or the shortcut somehow that the ughly and bothering black window aren't shown anymore? :confused:

All I can do is the shortcut minimize thing. Not bad, but still far from hidden.

Any hints, guys?

...ah, yep, the batch file is starting Diskeeper:

net start Diskeeper

C:\WINNT\system32\mmc.exe "C:\Program Files\Diskeeper\Diskeeper.msc"

net stop Diskeeper

It simply start Diskeeper service (when the stupid proggy did not start it for yourself and I don't want this service to run automaticelly upon every boot), then run Diskeeper and then stop Diskeeper service :D

Anyone can help hide this window completely?

Link to comment
Share on other sites


Yes you are looking for HIDE.EXE (wich will hide the batch window AND what is started by the cmd file, usefull for silent installers) or Batchrunner.exe (? don't know for sure if this is the filename, it will hide batchfile/cmdfile but not what is started by the file like Diskeeper.

I'm sorry don't have them on this pc... if I can find your topic tomorrow I will post them.

EDIT: I hate the outline view of this board! didn't see the previous posts..

CMDOW.EXE will not do the trick, you will see a black dos window flashing..

and Seapagan posted link to Batchrunner already :)

Edited by ZileXa
Link to comment
Share on other sites

if you add

@ECHO OFF

to the top of you batch file, it will hide the command window

No, that will stop the echo of command lines in the cmd window - ie it wont display each command line before doing it, but you will very much still get the command window.

SP

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...