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
Printable View
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
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"