Computing.Net > Forums > Disk Operating System > Reg backup bat file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Reg backup bat file

Reply to Message Icon

Name: wolfe
Date: December 15, 2001 at 17:37:39 Pacific
Comment:

If I drag a copy of user.dat & system.dat to a C:\Windows\reg file, will the following bat file restore by typing rr from a dos prompt?

Is there anything I have to do with the attributes of user.dat & system.dat when dragging them to the reg folder?

attrib -h -s -r c:\windows\system.dat
attrib -h -s -r c:\windows\user.dat
attrib -h -s -r c:\windows\reg\*.dat
ren c:\windows\system.dat system.old
ren c:\windows\user.dat user.old
copy c:\windows\reg\system.dat c:\windows\system.dat /y
copy c:\windows\reg\user.dat c:\windows\user.dat /y

Save and exit and rename it RR.BAT.



Sponsored Link
Ads by Google

Response Number 1
Name: muppet
Date: December 16, 2001 at 00:35:31 Pacific
Reply:

You don't have to resort to a dos batch file. Windows does it for you already! Check these links.

http://www.pcworld.com/hereshow/article/0,aid,17147,pg,5,00.asp

http://service4.symantec.com/SUPPORT/tsgeninfo.nsf/docid/199762382617


0
Reply to Message Icon

Related Posts

See More


Just screen size Dos rename space



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Reg backup bat file

Backup bat file www.computing.net/answers/dos/backup-bat-file/3828.html

daily backup bat file www.computing.net/answers/dos/daily-backup-bat-file/15879.html

Making a .bat file to get input NT www.computing.net/answers/dos/making-a-bat-file-to-get-input-nt/12892.html