Forum: C++ Dec 16th, 2008 |
| Replies: 8 Views: 753 Thanks for help - will try what you suggested with the system cmd and the text editor
;) |
Forum: C++ Dec 16th, 2008 |
| Replies: 8 Views: 753 I do understand - Just thought that someone would have an idea as to what could cause the issue.
The .bat file looks and acts fine until it comes down to the KEYTOOL command. Just does not like... |
Forum: C++ Dec 16th, 2008 |
| Replies: 8 Views: 753 Yes - that does work. Does C++ have any issues writing a ( - ) to a text/bat file? |
Forum: C++ Dec 16th, 2008 |
| Replies: 8 Views: 753 Ok - will try this, however the .exe does run the .bat file with no problems. It does execute other commands in that .bat (SET CLASSPATH & SET PATH, etc) file but not the above KEYTOOL command?
... |
Forum: C++ Dec 15th, 2008 |
| Replies: 8 Views: 753 Hi,
The was my application works is that my C++ .exe will create a .bat file, which will then in turn run the .bat file.
ofstream myfile ("tmp.bat");
if (myfile.is_open())
{
myfile <<... |
Forum: Troubleshooting Dead Machines Dec 4th, 2008 |
| Replies: 2 Views: 665 Try testing both with a voltmeter? By that I mean Laptop and Battery.
Could be:
Computer AC / DC cable is bad.
Bad Battery.
Charger board is bad within Laptop (Repair Time). |
Forum: Troubleshooting Dead Machines Dec 4th, 2008 |
| Replies: 4 Views: 1,299 Make sure you have put all cables in correctly (the right way, etc) and also make sure that you have a sufficient PSU for the power required (wattage). |
Forum: Troubleshooting Dead Machines Dec 4th, 2008 |
| Replies: 3 Views: 743 When you try power up, does anything switch on such as fans, etc? |
Forum: Troubleshooting Dead Machines Dec 1st, 2008 |
| Replies: 3 Views: 743 This could be anything - Do you ever get blue screens?
Have you done any overclocking (if you know how) or have you installed any new hardware/software lately?
You may have an overheating... |
Forum: Viruses, Spyware and other Nasties Dec 1st, 2008 |
| Replies: 15 Views: 1,640 Antivirus is a pain in the butt!!!!! :@
It embeds itself into your operating system which includes the Registry.
Try the following:... |
Forum: Troubleshooting Dead Machines Dec 1st, 2008 |
| Replies: 3 Views: 1,274 The "ZAP" sound could just be the speakers disengaging when it shuts down unexpectedly.
There are some VIO laptops which have issues with the way in which the cables inside were designed. This... |
Forum: Troubleshooting Dead Machines Nov 21st, 2008 |
| Replies: 7 Views: 1,735 If you still have your old memory, try putting that back in and also check your keyboard, etc. If you don’t have your old memory and you have two slots occupied, try taking one out and vice versa.
... |
Forum: Troubleshooting Dead Machines Nov 21st, 2008 |
| Replies: 5 Views: 1,164 This error means the contents of the BIOS code itself are damaged - different to "CMOS Checksum error" which means corrupt BIOS CMOS settings.
In order to solve this you are most likely going to... |
Forum: Troubleshooting Dead Machines Nov 21st, 2008 |
| Replies: 12 Views: 1,829 LOL... Like the way you think! :twisted: |
Forum: Troubleshooting Dead Machines Nov 20th, 2008 |
| Replies: 12 Views: 1,829 Is there no version/model number on the "Stingray" chip? Also, there should be a model/version number on the MB chipset. If so, you might be able to find out what BIOS you need from that.
You... |
Forum: Troubleshooting Dead Machines Nov 20th, 2008 |
| Replies: 12 Views: 1,829 Thought that site would be useful to you!
You really need to find out what MB you have in order to go forward with this.
There is a "Stingray" MB with the model PTS73 (see... |
Forum: Troubleshooting Dead Machines Nov 20th, 2008 |
| Replies: 12 Views: 1,829 The precise details for recovering from a corrupted BIOS varies for the different BIOS distributions, but typically involve recovering a working version of BIOS code from a floppy disk/CD when... |
Forum: Troubleshooting Dead Machines Nov 20th, 2008 |
| Replies: 10 Views: 1,549 Have you added any new software/hardware lately? If you try run setup again you may find that the problem still exists.
If you can get Chkdsk to run, it will scan your hard drive for errors, bad... |
Forum: PHP Nov 19th, 2008 |
| Replies: 2 Views: 676 Remember, you may need the GD library for this :idea: |
Forum: Cases, Fans and Power Supplies Nov 19th, 2008 |
| Replies: 5 Views: 935 When you install a new MB there are new devices which will need to be installed again, such as PCI bus, bridge etc.
Make sure you run the MB installation disk and then check the "device manager"... |
Forum: Troubleshooting Dead Machines Nov 19th, 2008 |
| Replies: 4 Views: 864 Sounds like you may have some corruption.
Make sure you unplug all devices while trying to solve this one!
Are you using Windows and if so what version e.g. XP, VISTA? |
Forum: Troubleshooting Dead Machines Nov 18th, 2008 |
| Replies: 10 Views: 1,308 No prob - Happy computing! ;) |
Forum: Troubleshooting Dead Machines Nov 18th, 2008 |
| Replies: 12 Views: 1,829 If checksum fails, the BIOS reverts to using its built-in default settings.
A system crash or electrical spike can corrupt the BIOS file. Is the MB seated correctly?
Also, you might want to... |
Forum: Troubleshooting Dead Machines Nov 18th, 2008 |
| Replies: 2 Views: 1,046 Safe mode basically means many non-core components are disabled. Thus you can narrow down the issue.
Have you installed any new hardware/software lately? :-/
Make sure you unplug all attached... |
Forum: Troubleshooting Dead Machines Nov 18th, 2008 |
| Replies: 10 Views: 1,549 "Blue Screen" is most likey down to hardware - some are using the following in order to resolve this:
1). log onto the troubled computer in safe mode
2). copy and save minidump files from... |
Forum: Troubleshooting Dead Machines Nov 18th, 2008 |
| Replies: 1 Views: 499 Try entering the BIOS setup. Select and enter the PNP/PCI configuration setup (if available).
Enable the "Reset Cofiguation Data". Save the BIOS setup and restart.
Usually, if a system hang at... |
Forum: Troubleshooting Dead Machines Nov 18th, 2008 |
| Replies: 2 Views: 498 Try holding down the delete button when you switch on the PC either until you see the BOOT sequence or your happy that nothing is working.
Also, try manually resetting the BIOS from the board (see... |
Forum: Troubleshooting Dead Machines Nov 18th, 2008 |
| Replies: 10 Views: 1,308 OK- Good to see things are finally progressing for ya!! :) |
Forum: Viruses, Spyware and other Nasties Nov 18th, 2008 |
| Replies: 8 Views: 591 Oh, going back to the VIRUS part of your prob - You can attampt to reslove this by downloading HJTsetup.exe (http://www.thespykiller.co.uk/downloads/HJTsetup.exe) from maybe another PC onto a CD.
... |
Forum: Viruses, Spyware and other Nasties Nov 18th, 2008 |
| Replies: 8 Views: 591 OK - You do get some BIOS which will only boot from a master drive. Try disabling the HDD as a boot option (depending on your BIOS settings).
Do you know what motherboard you have e.g. ASUS M2N68? |
Forum: C++ Nov 17th, 2008 |
| Replies: 15 Views: 1,887 Thanks for your guidance!
I am trying to create a listening application which will listen and wait for communications via port 6666. This involves setting a CLASSPATH and calling the JAVA... |
Forum: Troubleshooting Dead Machines Nov 17th, 2008 |
| Replies: 10 Views: 1,308 OK - frustrating I bet!!
The usual culprit of the above, is an issue with physical memory e.g. the OR one memory stick is bad. However it can also be caused by a malfunctioning HD, an improperly... |
Forum: Viruses, Spyware and other Nasties Nov 17th, 2008 |
| Replies: 8 Views: 591 "issue 1..
i had deleted the host file as i was mis informed by a different forum to do so."
Be very careful when deleting files!! Always backup!
Now that you have created a new HOST file, I... |
Forum: Troubleshooting Dead Machines Nov 17th, 2008 |
| Replies: 10 Views: 1,308 "I don't have a Windows 98 CD, I was using a Windows XP CD"
Sorry I should have said XP!!! My Bad!
When you say "When I'm prompted to " PRESS ANY KEY TO BOOT FROM CD" , nothing happends" does... |
Forum: Viruses, Spyware and other Nasties Nov 17th, 2008 |
| Replies: 8 Views: 591 Just a thought, but if you are being redirected you may want to check the HOST file on your PC. Should look something like:
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS... |
Forum: C++ Nov 17th, 2008 |
| Replies: 15 Views: 1,887 |
Forum: Troubleshooting Dead Machines Nov 17th, 2008 |
| Replies: 10 Views: 1,308 Main reasons for "NTLDR is missing" are:
> Computer is booting from a non-bootable source.
> Corrupt NTLDR and/or NTDETECT.COM file.
> Corrupt boot sector / master boot record.
>... |
Forum: Troubleshooting Dead Machines Nov 17th, 2008 |
| Replies: 1 Views: 807 Sounds like the MB or CPU.. do you have a spare CPU be any chance? :-/
Also, try unplugging all except hardware you need (even the Hard disk). Are all the PINS on the CPU ok? |
Forum: Troubleshooting Dead Machines Nov 17th, 2008 |
| Replies: 1 Views: 461 Try using PS2 keyboard and mouse (If you can) - If no success try manually resetting the BIOS.
Could be hardware or software - do you get the chance to start in "safe mode"? |
Forum: Troubleshooting Dead Machines Nov 17th, 2008 |
| Replies: 2 Views: 516 Has the system ever booted OK or is this the first boot?
What PSU have you got? You may not have enough power going to the drive (it does happen!). Try unplugging everything else (apart from what... |