Saved Bookmarks
| 1. |
Solve : silent bat file - Is it possible?? |
|
Answer» Is there a command that can be used to run a batch file completely silent?yes, there is a way to run batch file in complete silence, but i won't post the code since it can be USE for "evil" doing. yes, there is a way to run batch file in complete silence, but i won't post the code since it can be use for "evil" doing. Well...in JUST batch, that's like half-silent...but if you convert it to an .exe...No one wonders why he WOULD NEED to run a batch file silently? Quote from: Carbon Dudeoxide on April 06, 2009, 09:58:23 PM No one wonders why he would need to run a batch file silently? heh, I was just thinking the same thing. Also, "converting" a batch to EXE simply wraps the Batch file into the executable, which recreates the batch file and shellexecutes it. I NEVER heard of such a thing I heard of were you can turn the code its self off.Quote from: joedavis on April 07, 2009, 01:52:09 PM Why doesn't the output of the AT command come to the screen? it did: Quote from: joedavis on April 07, 2009, 01:52:09 PM Added a new job with job ID = 1 |
|