file - Make a Directory witout prompt -
this first question.
i follow intruction example , created batch
set name=%date:/=_% xcopy /s/y "c:\user\debuglogs\*.*" "%c:\user\desktop\log backup\%name%"
it works great job when prompt ask specify d)directory or f)file
what can add batch directory no prompt?
put ending slash output location in:
xcopy /s/y "c:\user\debuglogs*.*" "%c:\user\desktop\log backup\%name%\"
that tell xcopy place files specified directory.
Comments
Post a Comment