R u worry for Ur Desktop Laptop Driver

Don't worry friend i have tool which is used to find which driver required for your system. This small tool provided by 3dchip.com.
Links:-
http://www.vga.pe.kr/3dp/chip_down_eng.php
( Driver Finder of All Desktop/Laptop)

http://www.vga.pe.kr/3dp/net_down_eng.php
(Universal Network Driver)



Download Site:-
http://www.softpedia.com/( Windows,Linux, Mac, Windows, Games, Mobile, Games)
http://nodevice.in/( Driver All)
http://www.nirsoft.net/---Small useful utilities
http://technet.microsoft.com/en-us/sysinternals --- Small Useful Utilities.


OTHER USEFUL

1- www.ehow.com --------> (Answer of any question)
www.wikihow.com--------> (Answer of any question )
http://answers.microsoft.com/hi-in/default(en-us).aspx(Microsoft related question and answer).


2- www.filestube.com-> (All Download Search )
www.filetram.com ------->( All Download Search )



















Showing posts with label Data backup batch file command. Show all posts
Showing posts with label Data backup batch file command. Show all posts

Friday, June 8, 2012

Data backup batch file command


Hello,
Intenet friends & software seeker & IT Professional.
copy the content and paste in notepad and save as backup.bat and save type as select all files






@echo off
:: variables
set drive=E:\Nath Backup
set backupcmd=xcopy /s /c /d /e /h /i /r /y


echo ### Backing up My Documents...
%backupcmd% "%USERPROFILE%\Documents" "%drive%\Documents"

echo ### Backing up My Desktop...
%backupcmd% "%USERPROFILE%\Desktop" "%drive%\Desktop"

echo ### Backing up My Music...
%backupcmd% "%USERPROFILE%\Music" "%drive%\Music"


echo ### Backing up My Pictures...
%backupcmd% "%USERPROFILE%\Pictures" "%drive%\Pictures"

echo ### Backing up Favorites...
%backupcmd% "%USERPROFILE%\Favorites" "%drive%\Favorites"

echo ### Backing up email and address book (Outlook Express)...
%backupcmd% "%USERPROFILE%\Application Data\Microsoft\Address Book" "%drive%\Address Book"
%backupcmd% "%USERPROFILE%\Local Settings\Application Data\Identities" "%drive%\Outlook Express"

echo ### Backing up email and contacts (MS Outlook)...
%backupcmd% "%USERPROFILE%\Local Settings\Application Data\Microsoft\Outlook" "%drive%\Outlook"

echo ### Backing up the Registry...
if not exist "%drive%\Registry" mkdir "%drive%\Registry"
if exist "%drive%\Registry\regbackup.reg" del "%drive%\Registry\regbackup.reg"
regedit /e "%drive%\Registry\regbackup.reg"

:: use below syntax to backup other directories...
:: %backupcmd% "...source directory..." "%drive%\...destination dir..."

echo Backup Complete!
@pause

IBN Top Headlines