On Wed, 28 Jun 2006 07:18:46 -0500, "Some Dude" wrote in
microsoft.public.win2000.cmdprompt.admin:
>I need a batch file / cmd file that I can run as a scheduled task to back up
>files from a folder on my C drive to my server drive. I run a screen scraper
>and I don't know of any way to do this without a window popping up on the
>screen and messing up my screen scraper. The screen scraper doesn't run all
>day but it's enough to be a problem. Can someone tell me of a way to make my
>cmd file run without popping up in a window?
Doesn't this run the cmd file minimised:
START "" /MIN cmd /c d:\dir\batch.cmd
However, if you use NTBACKUP to perform the backup, it will always pop
up on the screen. Use a command line method instead, like copy, xcopy,
robocopy.
--
Michael Bednarek
http://mbednarek.com/ "POST NO BILLS"