logo elektroda
logo elektroda
X
logo elektroda

CMD Command: Copy Files from CD to Specific Path on Hard Drive (Example Included)

kotar92 119025 6
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 5832346
    kotar92
    Level 12  
    Hello. I would like to know if there is a command in CMD that starts copying certain files (e.g. from CD) to a specific path on the hard drive. If this is the case, please give an example.
  • ADVERTISEMENT
  • #2 5832380
    Anonymous
    Anonymous  
  • ADVERTISEMENT
  • #3 5832441
    kotar92
    Level 12  
    Give a specific command if I want to copy the file from D: \ xxx \ xxx.exe to the folder C: \ yyy \
  • ADVERTISEMENT
  • Helpful post
    #4 5832457
    Kolobos
    IT specialist
    copy D:\xxx\xxx.exe C:\yyy\
  • ADVERTISEMENT
  • #5 5832467
    pipinet

    Level 18  
    Was it so hard to find in google?
  • #6 5832470
    kotar92
    Level 12  
    Thanks for the help
  • #7 5832473
    Anonymous
    Anonymous  

Topic summary

The discussion revolves around using CMD commands to copy files from a CD to a specific path on a hard drive. Users inquire about the appropriate commands, with examples provided for both single file and multiple file copying. The command `copy D:xxxxxx.exe C:yyy` is suggested for copying a specific executable file, while `xcopy D:*.exe C:yyy` is recommended for extracting all executable files from the CD to the designated folder.
Summary generated by the language model.
ADVERTISEMENT