how do i copy my photos and videos to disc on a e15 575 72l3

Options
paza
paza Member Posts: 2 New User

how do i copy my photos and videos to disc on a e15 575 72l3

Answers

  • Elkino2003
    Elkino2003 Member Posts: 68 Troubleshooter
    Options

    You can try this copy method using command dos

     

    1. Press win + r ( at the same time)= run

    Type: cmd 

    Press enter afterwards

     

    At this point note this very well

    If your pictures is at the default place of Windows

     

    Type this command

    Example:

    Chdir c:\users\Elkino\Pictures

    Meaning:

    Chdir will change the location

    Replace 'Elkino' with your computer path name you see there

    Press Enter afterwards

     

    So your new command line will be

    C:\users\Elkino\PicturesSmiley Embarassed

     

    Then you look for the destination you want to copy information

    So assume you want to copy to pen drive (GSmiley Happy

    This is what you will type afterwards

     

    C:\users\Elkino\PicturesSmiley Embarassed xcopy *.* G:\

     

    This is what it means

    xcopy is a command word

    *.* means copy everything

    G:\ means to the pen drive

     

    So in short, you're instructing the machine to copy everything from 

    Pictures folder to the pen drive inserted

     

    If you want to copy vice versa from pen drive to pictures

    G:\

    Press enter afterwards

    xcopy *.* G:\   C:\Users\Elkino\Pictures

     

    Press enter afterwards

     

     

     

  • philetus
    philetus ACE Posts: 4,759 Pathfinder
    Options

    Or you could highlight the pics you want and drag or copy/paste to the usb drive.