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

Author Topic: is ther a way to run a batch prog silently  (Read 15728 times)

0 Members and 1 Guest are viewing this topic.

teimu

  • Guest
is ther a way to run a batch prog silently
« on: April 21, 2004, 06:06:10 PM »
is there a way to run a batch program without a window open? therefore, when executed, it will not be seen by the user. Or perhaps there is some way to align it so it is off screen?
i just would like a program to run without the apearance of it doing so.
thanks

Nice coder

  • Guest
Re: is ther a way to run a batch prog silently
« Reply #1 on: April 24, 2004, 02:15:38 AM »
Try @echo off
I do that all the time,
whenever you need to say something from the script, use @echo.
To stop just one command from showing, use @
IE. @del *.ini

rosken

  • Guest
Re: is ther a way to run a batch prog silently
« Reply #2 on: May 12, 2004, 04:44:43 AM »
If you run the batch file from a shortcut you can set it to run minimised