Create a .BAT file to copy a file

Solved
Papoux123 Posted messages 286 Status Member -  
 loïc111 -
Hello,

I would like to create a .BAT file to copy a file from one location to another.

For example: I want to copy the file C:\my pictures\photo1 and send it to the following folder C:\my videos\ and keep the same name, photo1.

Can someone help me?

Thank you

Configuration: Windows XP / Internet Explorer 7.0

12 answers

  1. Ch93 Posted messages 5112 Registration date   Status Member Last intervention   735
     
     copy C:\Documents and Settings\My Documents\My Videos\affichage.pps C:\Documents and Settings\My Documents\My Pictures\affichage.pps 
    24