Xcopy not recognized..??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to setup a batch file on a Win 2000 server but the command Xcopy
is not recognized. How can I copy folders in a batch without using this
command? Any idea why this command is not recoginzed? Win2000 server SP4.
l
 
Lanman said:
I am trying to setup a batch file on a Win 2000 server but the command Xcopy
is not recognized. How can I copy folders in a batch without using this
command? Any idea why this command is not recoginzed? Win2000 server SP4.
l

- What does your path look like?
- Can you find xcopy.exe in c:\WinNT\system32?
 
Lanman said:
I am trying to setup a batch file on a Win 2000 server but the
command Xcopy is not recognized. How can I copy folders in a batch
without using this command? Any idea why this command is not
recoginzed? Win2000 server SP4.
l

Search for xcopy - and then see what your path statements are (type path in
a cmd prompt to see).
 
Back
Top