Мой пакетный скрипт xcopy
все еще спрашивает F = file, D = directory
подтверждение F = file, D = directory
даже если я добавил /F
в скрипт, журнал показывает, как показано ниже. Пожалуйста, помогите, как избежать запроса подтверждения.
Автор сценария:
net use p: /delete
net use p: "\\200clan\F_Drive" /USER:adm /PERSISTENT:NO-1111
set source=%1
set target=p:/%2
echo %source% %target%
xcopy /S /I /Q /Y /F "%source%" "%target%"
Журнал:
C:\test\foldera>xcopy /S /I /Q /Y /F "C:/test/folder1/folder2/logs/154/compareReport_177.html" "p:/Services/WSDLCompare/177_20151116/compareReport_177.html" Does P:\Services\WSDLCompare\177_20151116\UIReport_177.html specify a file name or directory name on the target (F = file, D = directory)?