ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

Can I use MS-DOS for copying files to CD?

user-image
تم إضافة السؤال من قبل Rana Alnajjar , Web developer , Lebcards
تاريخ النشر: 2013/06/10
مستخدم محذوف‎
من قبل مستخدم محذوف‎

To copy a directory in MS-DOS you will need to use the MS-DOS xcopy command.
Below is a basic example with each of the steps to do this in MS-DOS.
If you need additional information about the xcopy command or additional examples see the above xcopy command page.1.
Move to the directory you wish to copy the directories and subdirectories to.
In the below example we will be moving to the temp2 directory using the cd command.
cd\temp22.
Once in the directory use the xcopy command to copy another directories subdirectories and contents.
In the below example we're copying the temp3 contents into the temp2 directory.
Keep in mind that this will not copy the actual directory "temp2" just the files and directories in that directory.
xcopy c:\temp3 /e Once the above steps have been completed everything should be copied into the temp2 folder.
source: http://www.computerhope.com/issues/ch000838.htm

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟