Verkar till mig som du var det verkliga slutet för, men troligen bristen av citationstecken runt om några adresser, som innehöll utrymmen, orsakade problem. Mig SÅ funderare detta skulle arbete:
@echo av
cls
om att inte finnas ”C:\Documents and Settings\ %username% \ min dokument \ MySystem \” mkdir ”C:\Documents and Settings\ %username% \ min dokument \ MySystem”,
xcopy ”G:\Server\SourceFile.mdb” ”C:\Documents and Settings\ %username% \ min dokument \ MySystem \” /C /D /Y /I
Jag tog bort /S från XCOPYEN, gör inte funderare som du önskar att, sedan du kopierar endast en, spara.
Också sedan du har /I på XCOPYEN, den skulle skapar destinationsarkivet, om den inte finns, så jag funderare detta kan vidare förenklas:
@echo av
cls
xcopy ”G:\Server\SourceFile.mdb” ”C:\Documents and Settings\ %username% \ min dokument \ MySystem \” /C /D /Y /I
~bp