1
कैसे संरचना को रखने के लिए बस एक फ़ोल्डर xcopy में?
मान लीजिए कि मेरे पास निम्नलिखित संरचना है और वर्तमान कार्यशील निर्देशिका है root: root - sub1 file1.xml file2.xml - sub2 file3.css - _target {is an empty folder} run.bat मैं संरचना को ध्यान में रखते हुए xcopyकॉपी करना चाहता हूं । तो परिणाम है:sub1_target - _target - sub1 file1.xml file2.xml …