How to hide the command prompt when running a bat file |
![]() ![]() |
How to hide the command prompt when running a bat file |
Sep 11 2006, 08:24 PM
Post
#1
|
|
|
New Member ![]() Posts: 2 OS: Windows XP |
I using the schedule task to schedule a bat file to be running on a specific time. When it is running, the command prompt will prompt out to show it was running. But i wish to hide the command prompt so that the bat file will run in a quite situation. I hope tht can use the batch programming to control the command prompt. Thanks a lot in future who helping me!!! |
|
|
Sep 12 2006, 12:23 AM
Post
#2
|
|
|
Trusted Tech Posts: 2,663 OS: Windows XP |
Try inserting this as the first line of the batch file:
@ECHO OFF It should cause the commands to execute invisibly, but will not stop the DOS box from appearing if you're running it within Windows. |
|
|
Sep 12 2006, 12:56 AM
Post
#3
|
|
|
New Member ![]() Posts: 2 OS: Windows XP |
@ECHO OFF will still prompting out the command prompt..
wat i hope to do is let the bat file running at background(in a hidden situation).. anyway, thanks!!!:) |
|
|
![]() ![]() |
Similar Topics
| Topic Title | Replies / Views | Topic Information | |||||
|---|---|---|---|---|---|---|---|
![]() |
18 / 26,639 | 16th March 2007 - 06:09 PM Michael started - last by JaceMan |
|||||
![]() |
4 / 237 | 8th February 2007 - 02:15 PM NuttySquirrel started - last by fleamailman |
|||||
![]() |
4 / 451 | 23rd November 2007 - 04:58 PM pagandaddy started - last by Major Payne |
|||||
![]() |
12 / 234 | 15th November 2008 - 02:17 AM dlmgg started - last by webdude |
|||||
|
Time is now: 1st December 2008 - 12:11 PM |
| Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk. |