CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Backup & Recovery

    Hi !
    Its challenging and interesting too. Please help me in writing the code to perform the backup and restore operation for the files

    your solutions are invited to [email protected]
    ....sarma



  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: Backup & Recovery

    To back-up for example win.com

    FileCopy "c:\win.com", "a:\win.bck"



    To restore that file

    FileCopy "a:\win.bck", "c:\win.com"






Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured