Thanks, but I have even tried moving the batch file into the C:\windows and
c:\windows\system32 both of which are in the environmental variables and I
get the same error?
"Big Al" wrote:
> Steve wrote:
> > I am having a problem running batch files from a Windows XP, an error message
> > comes up with "Windows cannot find....... .bat"
> >
> > Does anyone know of a fix?
> >
> > Thanks,
> if you are running the from a command window it could be as simply as
> your path. type:
> echo %PATH%
> and this will display what folders you search. If you .bat file is
> not in one of these folders, windows gives up.
>
> You either have to path to the batch file, or add the folder to your
> search by modifying your environment in controlpanel ->system -advanced
> -> environment variables. Just add ;C:\util to the existing
> string for example.
>
> Windows gui probably has the same issue. Only certain folders are
> searched.
>
|