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

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -