.bak files 2003-11-21 08:23 pm Somehow I deleted one of my .nwc files and tried retrieving it using the backup file. I followed instructions posted earlier that said to rename the file and change the extension to .nwc but when I do that I get a message that says *.nwc.bak ........Noteworthy composer does not recognize the file type 'bak' so it is unable to open the file. I didn't insert "BAK" when I renamed the file. What am I doing wrong. Quote Selected
Re: .bak files Reply #1 – 2003-11-21 08:41 pm This probably means that you have file extensions hidden. From Windows Explorer, check your viewing options, probably from Tools, Folder Options. You want to turn off the option called "Hide file extensions for known file types" from the View tab (its name may vary slightly with different versions of Windows). This will enable you to rename a file, including its extension. Quote Selected
Re: .bak files Reply #2 – 2003-11-21 10:25 pm I am using Windows XP. The only option I see that in any way resembles your suggestion is Noteworthy Composer Optionsauto save/recovery: c:\progra~1\notewo~\autosaveIf this is the file you refer to how do I modify it.Ed Quote Selected
Re: .bak files Reply #3 – 2003-11-21 10:42 pm As stated above, from Windows Explorer, check your viewing options. This is not an option in NWC, but rather in Explorer.Once you configure the Windows' Explorer such that you can see file extensions, you will be able to remove the '.bak' extension on your file, thus changing it into a '.nwc' file. You can then open it in NoteWorthy Composer. Quote Selected
Re: .bak files Reply #4 – 2003-11-22 12:46 am To actually complete the rename action, in Explorer, highlight the file name in the right hand window, then either press F2 or Alt-File, Rename.You can also rename the same way from My Computer, if it exists in XP . Quote Selected
Re: .bak files Reply #5 – 2003-11-22 08:11 pm I thank you so much. This saved me a lot of work.Ed Quote Selected
Re: .bak files Reply #6 – 2003-12-19 06:01 pm Under Dos, you can rename ALL of your .bak file at once.For safety (not because of dos, just for safety) you should copy them first, and work with the copy.In the proper directory:mkdir safetythis creates a new "safety" directory in the current onecopy *.bak safetythis copies every .bak file in the new dircopy *.nwc safetyand the same goes for your .nwc filesren *.bak *.nwcthis renames your .bak into .nwc . Note: if the .nwc file already exist, it won't rewrite it, but will display an error message you can ignore; whereascopy *.bak *.nwcwhich you should *NOT* do unless it is what you want, for this will replace the most recent version by the previous one: .bak will overwrite .nwc .Then you can work with your new nwc files.If you want to save all of your .NWC on a diskette, type:copy /V *.nwc A:\and all the .NWC of the current directory will be copied on the diskette you already have inserted in your floppy drive.The /V option will force windows/dos the re-read the file when it is written, an option that is OFF by default on windows...HTH Quote Selected
Re: .bak files Reply #7 – 2006-01-26 10:46 pm HiI use XP home.I tried renaming it but in the details screen I still see BAK-file.The name just says XXX.nwc, but it doesn't recognize it as a bak file. Quote Selected
Re: .bak files Reply #8 – 2006-02-06 10:16 am I have noticed that when re-naming a file - I use XP -after re-naming and before I close the folder I have to remember to click on a blank area of the window . If I don't do this the original name is still there when I go back to it.Tony Quote Selected
Re: .bak files Reply #9 – 2006-02-07 11:27 am Blank area? Not necessary. Go to the filename you want to change.Press F2, change the name, press Enter.As some of us say in Holland: Enter en je bent er. (Enter and you're there.) Quote Selected