Author
regarding batch file
naresh kumar mallala
Greenhorn
Joined: Jun 13, 2011
Posts: 20
How do I Hide the command prompt while running the batch file in every 60 seconds.
thanks in advance
Madhan Sundararajan Devaki
Ranch Hand
Joined: Mar 18, 2011
Posts: 312
How do you run the batch file?
S.D. MADHAN
Not many get the right opportunity !
naresh kumar mallala
Greenhorn
Joined: Jun 13, 2011
Posts: 20
Hi madhan,
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.
Madhan Sundararajan Devaki
Ranch Hand
Joined: Mar 18, 2011
Posts: 312
Please check if ScheduleTask has options to run the batch file in minimized mode.
naresh kumar mallala
Greenhorn
Joined: Jun 13, 2011
Posts: 20
Hi Madhan,
Sorry...there no such option like "run in minimized mode" in properties of the scheduled task I created...!!!Is there any other option???
thanks!
naresh kumar mallala
Greenhorn
Joined: Jun 13, 2011
Posts: 20
Hi madhan,
I found that option....
thank you for your suggestion
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 4875
posted Aug 05, 2011 09:53:39
0
naresh kumar mallala, Your post was moved to a new topic .
JBoss In Action
subject: regarding batch file