Batch file help

Discussion in 'Windows - General discussion' started by jerecho, Jan 4, 2009.

  1. jerecho

    jerecho Regular member

    Joined:
    Nov 23, 2005
    Messages:
    697
    Likes Received:
    0
    Trophy Points:
    26
    I am trying to backup my iphone's backup folder so if my computer ever dies I'll have it backed up on another drive. The folder is in C: users\username\appdata

    the appdata is a hidden folder and I cant seem to get the batch file to work. Can i not use batch files to copy hidden folder or system folders?

    im running vista ultimate
     
  2. jerecho

    jerecho Regular member

    Joined:
    Nov 23, 2005
    Messages:
    697
    Likes Received:
    0
    Trophy Points:
    26
    here is exactly what Im trying to back up and my command line.


    xcopy /e /v /y /H /d c:\users\username\APPDATA\ROAMING\APPLE COMPUTER G:\IPHONE BACKUP\username
     
  3. ucfmoe

    ucfmoe Regular member

    Joined:
    Mar 17, 2007
    Messages:
    130
    Likes Received:
    0
    Trophy Points:
    26
    You should be able to, but you need to make sure that you have Vista set to "Show Hidden Files and Folders"
     

Share This Page