Copy USB Backup

Go4Expert Member
5Aug2008,13:35   #1
newvcproj's Avatar
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
Newbie Member
6Aug2008,02:32   #2
kell05's Avatar
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.
Go4Expert Member
6Aug2008,09:29   #3
newvcproj's Avatar
Quote:
Originally Posted by kell05
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.

can you give me some example code in vc++
Invasive contributor
22Aug2008,14:39   #4
neo_vi's Avatar
post it in the right forum to get more results
Go4Expert Member
22Aug2008,14:54   #5
newvcproj's Avatar
Quote:
Originally Posted by neo_vi
post it in the right forum to get more results
which forum i post that question..?
Team Leader
22Aug2008,18:47   #6
pradeep's Avatar
Post in Programming -> C++ forums!
Go4Expert Founder
22Aug2008,18:54   #7
shabbir's Avatar
Quote:
Originally Posted by pradeep
Post in Programming -> C++ forums!
Moved.
Go4Expert Member
3Feb2009,19:22   #8
wizehawk's Avatar
is there a way to copy the entire contents of the flash drive secretly?