command prompt should not display..

  • Thread starter Thread starter Gaurav
  • Start date Start date
G

Gaurav

Guest
Dear Friend............

We are using windows server 2003.
I am using script saved as batch file that runs on schedule time.

but at the time of running batch file "command prompt window" shows
on desktop [ on which all script command execute sequentially ]

But I just need this "command prompt" windows should not display.

This batch file should run in background at shedule time.

What should i do for that???

Thanks in advance


Gaurav Mathur
 
Re: command prompt should not display..

Hello Gaurav,

See here:
http://www.microsoft.com/technet/scriptcenter/resources/qanda/may06/hey0519.mspx

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Dear Friend............
>
> We are using windows server 2003.
> I am using script saved as batch file that runs on schedule time.
> but at the time of running batch file "command prompt window" shows
> on desktop [ on which all script command execute sequentially ]
>
> But I just need this "command prompt" windows should not display.
>
> This batch file should run in background at shedule time.
>
> What should i do for that???
>
> Thanks in advance
>
> Gaurav Mathur
>
 
Re: command prompt should not display..


"Gaurav" <mathur.gm@gmail.com> wrote in message
news:5727815e-eb9a-495c-8e8f-14b612c5009a@w4g2000prd.googlegroups.com...
> Dear Friend............
>
> We are using windows server 2003.
> I am using script saved as batch file that runs on schedule time.
>
> but at the time of running batch file "command prompt window" shows
> on desktop [ on which all script command execute sequentially ]
>
> But I just need this "command prompt" windows should not display.
>
> This batch file should run in background at shedule time.
>
> What should i do for that???
>
> Thanks in advance
>
>
> Gaurav Mathur


Run the scheduled task under a dedicated "Scheduler" account.
 
command prompt should not display.. - Gaurav

command prompt should not display.. - Gaurav

create a shortcut to the batch file and run the shortcut (lnk) file as a Scheduled Tasks.
The shortcut can be set to run in minimized mode by right clicking the shortcut and selecting it to run minimized from the options
 
Back
Top