Copy USB Backup

Discussion in 'C' started by newvcproj, Aug 5, 2008.

  1. newvcproj

    newvcproj New Member

    Joined:
    Jul 31, 2008
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    Hi All

    i want to make a backup file which is like this
    Code:
    Copy From System to USB or USB to Sustem
    . I am able to monitor a usb device. So plz help me
     
  2. kell05

    kell05 New Member

    Joined:
    Aug 1, 2008
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Depends on your operating system if you are a Windows machine the best option is to highlight the all the contents of the USB drive. Once you do that right click and copy the files, then create a new folder on the system then paste all the files into the folder on the system. Then right click the backup folder and right click archive. It is best to name the file as the time and date when you created the file.

    If you used a Unix or Linux operating system then use the zip -R <zipfilename.zip> <folders> and move the file onto the zip file on to the system.
     
  3. newvcproj

    newvcproj New Member

    Joined:
    Jul 31, 2008
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0

    can you give me some example code in vc++
     
  4. neo_vi

    neo_vi Member

    Joined:
    Feb 1, 2008
    Messages:
    720
    Likes Received:
    16
    Trophy Points:
    18
    Occupation:
    Software engineer
    Location:
    Earth
    Home Page:
    http://computertipaday.blogspot.com
    post it in the right forum to get more results
     
  5. newvcproj

    newvcproj New Member

    Joined:
    Jul 31, 2008
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    which forum i post that question..?
     
  6. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    Post in Programming -> C++ forums!
     
  7. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Moved.
     
  8. wizehawk

    wizehawk New Member

    Joined:
    Feb 3, 2009
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    is there a way to copy the entire contents of the flash drive secretly?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice