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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MonsterAar

    Windows Vista Ultimate (x86) Blue screen on boot (even with win cd)

    I did the fix that BigBadBen suggested, and that worked for two boots, but now my computer's bricked completely. Now, when I turn it on, the keyboard backlights turn on, fans turn on, cd drive spins up for about 25 seconds, then the cd drive stops spinning, fan stops spinning, but the lights...
  2. MonsterAar

    Windows Vista Ultimate (x86) Blue screen on boot (even with win cd)

    sorry I didn't quite read close enough. That corrupt file CAN cause the dvd to crash. I'll give that fix a go. But the memtest result?
  3. MonsterAar

    Windows Vista Ultimate (x86) Blue screen on boot (even with win cd)

    I wish I could do all the drive swapping but it's a laptop and I don't have other laptops with similar configurations lying around. The memtest was memtest86+ I don't think it's a cpu or MB failure because the systemrecoveryCD (linux live cd) will sit there fine for hours, but then again, I...
  4. MonsterAar

    Windows Vista Ultimate (x86) Blue screen on boot (even with win cd)

    Did a memtest. With all 4gig in, computer crashed at 4%. With first stick in only, it got to 50% before crashing. With second, it crashed also, around 30-40%. I'm so confused.
  5. MonsterAar

    Windows Vista Ultimate (x86) Blue screen on boot (even with win cd)

    One thing I forgot, my BSOD message was: STOP: 0x0000C1F5 (0x00000000, 0x00000000, 0x00000000, 0x00000000)
  6. MonsterAar

    Windows Vista Ultimate (x86) Blue screen on boot (even with win cd)

    This afternoon, mid-way through installing the latest windows updates, my computer threw a BSOD at me. Thinking it was a one off thing I restarted a few times. It BSODs consistantly. I then decided enough was enough and tried to boot from my Windows CD to do a roll-back. Sure enough, it...
  7. MonsterAar

    Replace multiple if() statements?

    I did consider putting the data in an external file but decided not to because if somehow the file and the script got separated there'd be error messages spitting themselves everywhere. I thought it would be handy to have it all in one file. I'll just put some comments in about editing the...
  8. MonsterAar

    Replace multiple if() statements?

    Sorry about that Steve. I just copy/pasted it in and didn't really think about how much space it would take up. Thanks for both of your inputs :)
  9. MonsterAar

    Replace multiple if() statements?

    I've written a program for calculating the molecular mass of any inputted molecule. I've constructed it using 118 if statements as you can see: #!/usr/bin/perl -w #perl2exe_include Math::BigInt #perl2exe_include Math::BigInt::Calc #molwt.pl : Calculates molecular weights #Written by Luke...
  10. MonsterAar

    Interpreting spaces in a file name

    That works, thanks. can you tell me why my way didn't work? Thanks, Luke
  11. MonsterAar

    Interpreting spaces in a file name

    Code so far: #!/usr/bin/perl -w beeps. #loader.pl #Luke Aaron #Start: 29/01/08 #Build: A 29/01/08 #Script to act as a script loader to be located in C:\Documents and Settings\USER in order to easily launch scripts from the command line #located in C:\Documents and Settings\USER\My...
  12. MonsterAar

    7600GT - "No Video Input"

    I'm starting to think this isn't a graphics card problem but a mb problem...The caps lock, num lock and scroll lock keys don't respond and the mouse never lights up. Is my motherboard stuffed? They keyboard is getting power. I know this because the keys kan light up with blue LEDs and this...
  13. MonsterAar

    7600GT - "No Video Input"

    The PC doesn't beep at all. That was bothering me becasue I thought that a beep was an indication that the POST was successful but a freind told me that's not allways the case. All fans run, HDD spins up, dvd drive can open and close. MB has no integrated graphics. Any suggestsions?
  14. MonsterAar

    7600GT - "No Video Input"

    I just put together a new computer with a core2duo, 2gig ram, 500gig hdd, dvd burner etc. and I just put in the last component - a 7600GT, plugged in the monitor and turned it on to set-up the BIOS and then install SuSE and WinXP. On the monitor it reads: "NO VIDEO INPUT". I have no idea what...
  15. MonsterAar

    Intel Core 2 Duo installation - Thermal compound?

    I don't think its a protective layer. They are actually 3 grey strips on the copper on the bottom of the heatsink. I'll try and get a photo up later.
  16. MonsterAar

    Intel Core 2 Duo installation - Thermal compound?

    I've recently purchased the components for a new PC and went to start putting it all together today. I noticed that in the instructions for installing the processor there is no mention of thermal compound and on teh heatsink that comes with the processor, there appears to be thermal 'strips'...
  17. MonsterAar

    Mass MP3 Summary editing.

    What I want to do is write a program that will take two inputs from the user: a folder (eg. C:\Documents and Settings\Owner\My Documents\My Music\MP3) and a string (eg. "Don't steal music!") and change the summaries of every MP3 in that folder (including in sub-directories) and change the...
  18. MonsterAar

    Is 'my' synonymous with 'local'?

    I notice that when I ask questions and get given pieces of code, almost allways the variables have 'my' infront of them. Why is this?
  19. MonsterAar

    Break string into a list

    What I need to do is take a string, for example $string and whenever there is a capital, form an entry in a list. To illustrate what I meen: If i have this string: Os6NaClPo9C I want to break it into a list with the following elements: Os6 Na Cl Po9 C any ideas?
  20. MonsterAar

    How to check if a string is an integer value.

    Thanks Kevin, I forgot about the Modulo divide operator. My program now works exactly how I'd like it, just one bit of code to work out now! Thanks all, Luke

Part and Inventory Search

Back
Top