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

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -