Pandora Recovery software is very powerful software to recover any file which you deleted or you want to recover if u also deleted from recycle bin...
Get free hacking tips & tricks about facebook, websites, blogger, account hacking, download latest softwares & games , Hacking tools , Crack softwares,apk android apps download etc.
Showing posts with label how i bACKUP my data in pc. Show all posts
Showing posts with label how i bACKUP my data in pc. Show all posts
Sunday, 15 January 2017
Sunday, 16 November 2014
HOW TO WRITE A ONE LINER SCRIPT FOR BACKUP FILES IN WINDOWS 100% working
Scripting always make tasks easier. The below script helps you in a way that you do not have to manually go to the location and copy the files and paste in external drive or any other destination. You just have to run this script in command prompt. which does automatically all your work. This is just a basic scripting, you may add more functions into it.
We use xcopy to do this tasks.
We use xcopy to do this tasks.
1- Open Notepad
2- Write as I mentioned below:
@echo off
color 1e
xcopy D:\test1\*.* E:\test2\ /E /Y
echo Backup Completed!
Here we copying data from D:\test1 this location to E:\test2 .
3- Save this file as Backup.bat on your desktop.
4- Open command prompt - Goto Run and type cmd then hit enter.
5- Type cd desktop (we have saved backup.bat script on desktop)
6- Type backup.bat and enter
You could see that all files have been copied to the destination folder without doing manually.!
Isn't it really helpful.?
Subscribe to:
Posts (Atom)
