Computing.Net > Forums > Disk Operating System > Help with .Bak files

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.

Help with .Bak files

Reply to Message Icon

Name: GuntherSaxony
Date: March 11, 2006 at 12:13:14 Pacific
OS: Windows XP Pro
CPU/Ram: Pentium 4
Comment:

I just did the command:

copy C:\Alpha C:\Test.bak

This created a .bak file on C:\. Now, what can I do with this? Is there any way to turn the .bak file back into a file folder? What are these .bak files used for?



Sponsored Link
Ads by Google

Response Number 1
Name:
Date: March 11, 2006 at 16:20:52 Pacific
Reply:

You now have two files with identical content but different names. Whatever program created C:\Alpha must now be used to read c:\Test.bak.

.bak files are generally backups of other files created before amending the original file for recovery purposes should things go wrong.

You have posted in the Stand-Alone DOS forum, you should be posting this query in the Windows XP forum.. and post EXACTLY what you are trying to achieve

Good luck



0

Response Number 2
Name: DAVEINCAPS
Date: March 11, 2006 at 18:33:21 Pacific
Reply:

If c:\alpha is a directory instead of a file then I think you've merged all the files in that directory into a single file. It's akin to the command copy file1+file2+file3. . . .

As far as I know there's no way to 'unmerge' them.


0

Response Number 3
Name: DAVEINCAPS
Date: March 11, 2006 at 18:49:14 Pacific
Reply:

.BAK files are often just backup files. The only dos command I remember that automatically creates them is the old dos command edlin, an editing program. When you modified a file with edlin it would rename the old file with a .bak extension. Otherwise you would just manually rename or copy a file as filename.bak.

If you want to make a copy of a directory with the copy command the destination directory must already exist. So when you used COPY C:\ALPHA C:\TEST.BAK, if test.bak was a directory on C: then the files in alpha would be copied into test.bak. If test.bak doesn't exist the copy command assumes you want to merge the files in ALPHA into a single file named TEST.BAK.

Also the copy command won't copy hidden files or the contents of any nested sub-directories.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


USB printer support in DO... USB Keyboard and USB HDD ...



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: Help with .Bak files

Help with Bat file www.computing.net/answers/dos/help-with-bat-file/13551.html

help with Fdisk and lost files www.computing.net/answers/dos/help-with-fdisk-and-lost-files/13914.html

Need help with a Dos batch file www.computing.net/answers/dos/need-help-with-a-dos-batch-file/13006.html