BitBangerUSA

Members
  • Content Count

    46
  • Joined

  • Last visited

Posts posted by BitBangerUSA

  1. which registry do i change? in the prefix folder there are many options.....

    ah... re-read the instructions.

    there's one one registry - although it contain LOTS of settings...

    and i don't believe anyone mentioned a 'prefix folder' in the post...

    the key you want to change was very specifically detailed - if you are *even a bit unsure* about finding the right one, you are probably better off not even attempting the change - get the wrong thing and you may seriously regret it.

  2. outlook or outlook express? big difference...

    got MS Office? older version - make sure the silly auto document update isn't set to the default of every 2-hours. don't know about newer versions of MS Office.

    you fixed it before but don't remember... start a text file to record changes to your system - pen and paper or a text file can be a handy mechanism for expanding your memory (gray-matter type, not silicon).

  3. 'Does anybody else think this is unusual???'

    unusual? - no. looks to me like just another company trying to make some easy bucks providing a 'service' that can be obtained cheaper (or for free) by the mobo maker. the $70 is to me, excessive - as is the $30 for the 'download form'.

    as bios code is not something that just anyone can code, i would wonder where and if this ESupport outfit has obtained the rights to be selling this 'service' or code. sounds like a Big Red Flag to me.

    granted, some users may just not want to (or be able to) deal with 'doing it themselves' regardless of how much effort the mobo maker puts into making it easier and/or safer to do.

    i think screi knows not to mess with flashing a bios un-necessarily, but it does seem he has a problem that might (or might not) be resolved by a bios update.

    screi - since the MSI program indicated that there are no updates for your mobo, it seems to me that the problem lies between having SP2 and the sony drive - first place i would check would be sony's support site for that drive for a newer driver or whatever... second, check MS for info on SP2 issues - it's been a while since i saw that, but i seem to recall quite a list... although i think most of the problems were software, not hardware.

  4. as noted, some checking on the user input is always a good idea unless the program is being done as an exercise or as a 'quick-and-dirty'. you should try

    to NEVER assume that the user of your program will enter the data you expect.

    somewhere, sometime, some user is guaranteed to find a way to confuse your code.

    most compilers provide some means of controlling what is emitted by the compiler,

    such as debug info. some even provide a means of using run-time calls to libraries,

    rather than rolling in library code into a stand-alone executable, resulting in a smaller exe file - but then the program would only run on the machine used for development.

    but don't worry too much about compiler settings or switches while learning the programming language...

  5. 'almost completely useless and lame programming skill i took on was to program my calculator'

    well, that's easily argued both for and against...

    for: you may need to shoe-horn your code and data into a small memory space - such skill might be handy programming in an embedded environment, even today. not all computers are PC-types with gobs of RAM and hard drive space available.

    against: if you code for MS, you might not care about how bloated your program is...

    well, shut my mouth! - no i's not a MS programmer.

  6. did you check to see if the mobo maker has a bios upgrade?

    the better mobo maker's have FREE bios updates - along with the info on what problems have been fixed.

    btw - i run a mobo that's about 5 year old now and have never updated the bios - but i have the program and update file(s) just in case.

    as noted, unless you KNOW that a bios update will fix a particular problem (AND

    you are having that problem) it's best to leave the bios as-is.

    i understand that some of the newer mobo's have some 'safety' features in case the bios flash procedure fails - but likely you don't have that kind...

    anyway, again, check the web-site for the mobo maker - i doubt you want or need to pay for an update...

  7. gee, i have the same problem as your friend...

    yes, a PS can degrade gradually and result in power-up problems.

    i spent about 90 minutes getting mine back up - removed un-necessary cards, fans, drives, etc. during which i verified that the power switch was not at fault, video card was still good, etc. after getting the system to boot, i've just left it on all the time

    and have monitored the PS voltages (both with a meter and with software) and the

    PS is solid - once it starts. no crashes on the computer either. still running fine after about a week like that.

    not that this means your friend definitely has the same *cause* of the problem, but hope this helps.

  8. 'Does anyone have any idea why this is happening in the first place?'

    a couple of possibles...

    1. change in screen resolution or having a virtual screen management scheme with your video card.

    2. bad programming - this was not uncommon in the early days of windows programming - but would not seem to be the issue with the programs you mentioned (although some (actually a lot) of the code for MS Calc is ancient).

    looks like CurlingSteve hit your nail on the head, nerelda.

  9. what have you done to try to get into the bios?

    most systems put up a text message about what key to hit during the pre-windows boot process.

    perhaps your bios is password protected, in which case, you will need to clear the cmos settings by either using the bios reset jumper or pulling the cmos battery for about twenty minutes.

    all you described about using PM 8 and then lack of booting from hard drive is normal. you will need to set the bios to boot from the cd so you can run the XP install.

  10. got me.

    i've worked for and with some people who have that piece of paper and some have been very good. others not - one in particular was fond of sharing stories of his time spent in pursuing 'recreational' skills - guess he mis-understood the concept of a 'well-rounded education.'

    the company/interviewer didn't know beforehand you don't have a degree?

    shame on them for the non-degree being the reason for not hiring!

    i suspect that some employers are just being lazy - can't cough up the resources to determine if someone is qualified without that diploma.

    i feel for you macmarauder - hang in there.

    i have an interview myself in a few hours, and also have no degree, but lots of experience.

  11. try copying that one file at a command prompt - use

    copy a:\somefile.xxx c:\

    where the xxx is the correct characters.

    when it gets the read error, you will be given a prompt like:

    (A)bort, ®etry, (I)gnore.

    at that point, eject the diskette, then put it back in and do a R for retry.

    the removal and replacement of the diskette *may* result in just enought mechanical shift to allow the drive to read the bad sector.

    however, there may be several sectors in a group that are having a problem and you may need to do this a dozen to several dozen times.

    if the files content are text - not a word processor or executable file - then choosing I for ignore will skip the bad sector and may allow for recovery of some of the text.

    again, you may need to do Ignore many times - it skips one bad sector each time.

    another trick - try holding the diskette vertically and gently tapping the edge on a table - this may dislodge any debris on the recording surface and allow it to be read - not highly likely, but worth a shot.

    should you be able to copy the file - be sure you never use that particular diskette again.

    lastly, diskettes are not reliable and should never be used to hold the only copy of a file. of course, emergency boot/repair diskettes are a different matter.