

InterviewSolution
Saved Bookmarks
1. |
Solve : Fatal execption OE has occurred? |
Answer» <html><body><p>Im running windows 95 and my computer wont boot up when it starts it says Afatal exception has occurred 0137:00000013. Then it tells me to push Ctlr,Alt,Delete, when I do this it say Windows has <a href="https://interviewquestions.tuteehub.com/tag/detectedbrbr-2574319" style="font-weight:bold;" target="_blank" title="Click to know more about DETECTED">DETECTED</a> a Registry/ configuration error. And the only way I can get the computer to do any thing is to start it in prompt command only, safe mode and the other s dont workin they just give me a windows protection you <a href="https://interviewquestions.tuteehub.com/tag/must-1702064" style="font-weight:bold;" target="_blank" title="Click to know more about MUST">MUST</a> restart message. The catagory say to search for the error but Im not sure how to start a seach like that from a comand prompt. And what do I do about the registry it say I cant access it. 1 more thing is there any way to run a floppy disk from command prompt C:\ or A:\ prompt. Im completly lost. any suggestion beside shot my self or get a new computer. Thanks for your time <a href="/cdn-cgi/l/email-protection">[emailprotected]</a><br/><br/><br/><em>EMail <a href="https://interviewquestions.tuteehub.com/tag/addy-242267" style="font-weight:bold;" target="_blank" title="Click to know more about ADDY">ADDY</a> removed to prevent SPAM</em>Quote from: Gpfuson on March 29, 2010, 09:50:27 AM</p><blockquote>Im running windows 95 ... suggestion beside shot my self or get a new computer. <br/></blockquote>Your OS is ancient. Get a new computer. <br/><br/>Well, OK, maybe not, but I can't imagine using Win 95 for any serious Internet <a href="https://interviewquestions.tuteehub.com/tag/purpose-238980" style="font-weight:bold;" target="_blank" title="Click to know more about PURPOSE">PURPOSE</a>. Are you using Outlook Express with Win 95?but what about all my documents and programs I put alot of hours in my word documents is there any way to <a href="https://interviewquestions.tuteehub.com/tag/save-637275" style="font-weight:bold;" target="_blank" title="Click to know more about SAVE">SAVE</a> these.Im not using the intrnet at all!! I use the micro word for creating specific document that I need. And I need to get this computer working to retrieve these files.Do you have another computer you could temporarily connect the hard drive from the Win 95 machine in as a second/slave hard drive? That would allow you to search for the files on that hard drive and copy them over to the other computer or a flash drive or other medium. A Classic case of waiting to late to consider backups. It's pretty amazing that people can use a computer for 15 years and not even consider making a single backup of their documents.<br/><br/>First question: WHERE are the files stored on your drive? the "My documents" folder? boot into MS-DOS and run Dir C:\*.doc /s /b and it will list all your DOC files. Thanks that work great. But how do I copy them. And any Ideas about the fatal exections or registry/ config. error To copy, first insert a floppy disk (or some other removable drive). Make sure you know its drive letter (I recommend a floppy because its always A:). Type at the command prompt (I assume your documents are on C:\): <em>copy C:\*.doc A:</em> (replace A: with the drive letter of the removable disk)<br/><br/>That will copy the DOC files to the drive. If your documents are big, you may need more than one floppy (assuming you use a floppy). Now you can put your floppy (or other removable disk) into another computer and copy your documents over.Quote from: Fleexy on March 31, 2010, 08:11:16 AM<blockquote>To copy, first insert a floppy disk (or some other removable drive). Make sure you know its drive letter (I recommend a floppy because its always A:). Type at the command prompt (I assume your documents are on C:\): <em>copy C:\*.doc A:</em> (replace A: with the drive letter of the removable disk)<br/><br/>That will copy the DOC files to the drive. If your documents are big, you may need more than one floppy (assuming you use a floppy). Now you can put your floppy (or other removable disk) into another computer and copy your documents over.<br/></blockquote><br/>Err.... they will need to give a full file path. Copy C:\*.doc will only copy doc files in the root of C:, not in any subfolders, such as my documents.Make that <em>copy C:\*.doc A: /S</em>Quote from: Fleexy on March 31, 2010, 08:40:33 AM<blockquote>Make that <em>copy C:\*.doc A: /S</em><br/></blockquote><br/>copy does not have a /S switch...Quote from: BC_Programmer on March 31, 2010, 09:18:57 AM<blockquote>copy does not have a /S switch...<br/></blockquote><br/>Then make that <em><strong>x</strong>copy C:\*.doc A: /S</em>About those registry errors... try re-installing Win95 into a different directory w/o formatting your disk.</body></html> | |