Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: need Help "Copy"  (Read 2346 times)

0 Members and 1 Guest are viewing this topic.

insertusername

  • Guest
need Help "Copy"
« on: May 03, 2007, 02:01:25 AM »
need help, i want to copy all the D: drive .txt files to C:\folder\

how to write in cmd.exe?


billyim

  • Guest
Re: need Help "Copy"
« Reply #1 on: May 03, 2007, 07:42:32 PM »
Hope can help you. :)

Code: [Select]
xcopy "d:\*.txt"  "c:\folder\"