Jon:
The batch I really want to run is a "backup" batch that has a series of
xcopy commands. In between there are dos commands to write to a file in
order to check if xcopy commands were done. Today I found that the xcopy
commands were actually performed, but the file was not written to. I will
try adding a path to the file. I have already checked for the file being
placed somewhere else, and it was not.
JoseR
"Jon" wrote:
>
>
> "JoseR" <> wrote in message
> news:CC1D5249-50C2-4F9A-A6BB-...
> >I have several batch files that ran well under XP and I cannot get them to
> > run under Vista Business. Double clicking on the files makes them run
> > fine.
> > Scheduling them in the Task Scheduler starts the cmd.exe process but no
> > DOS
> > window opens and the process terminates only when I do it manually. This
> > is
> > true for as simple a batch file as
> > @echo off
> > echo Hello World
> > Pause
> > I have tried everything and nothing works.
>
>
> The only thing I can think is that you're scheduling them using a different
> account than the one you're logged in with, so the UI is thrown up
> elsewhere.
>
> --
> Jon
>
>
|