Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copying files that are in use

Status
Not open for further replies.

JohnVogel

Programmer
Apr 19, 1999
117
US
I need to know how to copy files that are currently in use by the system or other programs. Mainly I need to copy the registry files, and other system files. Is there anyway of basically unlocking the files to allow them to be moved, or maybe some kind of low level process?

Would appreciate any help I can get on this. Thanks.

John Vogel
john@thecompuwizard.com
 
run xcopy32 from a dos box, use the /? for info on switches. (/c switch forces copy even if errors occur)
btw..registry files are not "in use". use Regedit and File > Export.

TT4U

Notification:
These are just my thoughts....and should be carefully measured against other opinions.
Backup All Important Data/Docs
 
For win98? Can't recall ever having problems copying the registry or system files in 98 (NT/2k/XP, yes). When you say copying, what exactly do you mean?
 
Yes;
The win386.swp (windows swap) file is the only one that I can think of that doesn't like to be copied from the win GUI.

TT4U

Notification:
These are just my thoughts....and should be carefully measured against other opinions.
Backup All Important Data/Docs
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top