Pages

Tuesday, April 19, 2016

HOW TO BACKUP FROM ONE FILE TO ANOTHER FILE BY SINGLE CLICK OF MOUSE BUTTON.

Hello everyone,Today you will learn with Raj Roushan how to backup from one to another file by single click of mouse button.This is done by the help of notepad.I had already post many tricks related to notepad.Notepad is not only used to create to notes.But it is also used batch programming.
This tricks is very useful for many times whenever you have to need to backup many times from particular source file.Actually this is the copy paste from one file to another file.But not copy same things again again it copy only updated things.Let me explain with example.suppose you have document raj.doc and you want to backup from this file to another file like backup.doc. whenever you have edit in your source file "raj.doc" or somethings in the file then you need you copy again in the file backup.doc.in this case you must use this tricks.This tricks is automatically updated in backup.doc file.
Steps to create automatic backup file.
Step 1:-Open Run by pressing "win key + r"
Step 2:-Type "notepad" and press enter key.
Step 3:- copy this code.

             @echo off
              xcopy F:\raj.doc F:\backup.doc /m/e/y

Step 4:-Now save the file with extension .bat for example backup.bat
Step 5:-Now whenever you need to backup.you can single click on this file.


1 comment: