Forum: Windows NT / 2000 / XP May 3rd, 2006 |
| Replies: 3 Views: 1,715 I'm not on LAN and I don't have any other accounts. This is such a weird problem. I don't understand how those simply commands I ran would cause something like this. Nothing seems to fix it. ... |
Forum: Windows NT / 2000 / XP May 2nd, 2006 |
| Replies: 3 Views: 1,715 I just installed VS.NET 2003 with a lot of difficulties... There was some kind of problem with the windows installer, so I had to do the following to make it work:
I rebooted after this, and it... |
Forum: Windows NT / 2000 / XP Aug 3rd, 2005 |
| Replies: 2 Views: 1,266 Change the batteries. The only other thing I can think of, is maybe you aren't letting a process finish when it's connect to the usb? |
Forum: Windows NT / 2000 / XP Jul 18th, 2005 |
| Replies: 3 Views: 6,383 It's the same thing except change the s to an r.
shutdown -r -t 00 |
Forum: Windows NT / 2000 / XP Jul 17th, 2005 |
| Replies: 2 Views: 2,538 There is one sure way of knowing: USB 2.0 was introduced in 2001, so if you bought it before then, you don't have 2. You could check the device manager and see if your controllers are enhanced, if... |
Forum: Windows NT / 2000 / XP Jun 23rd, 2005 |
| Replies: 22 Views: 3,428 Why don't you run the check disk utility and check the volume for errors. |
Forum: Windows NT / 2000 / XP Jun 3rd, 2005 |
| Replies: 7 Views: 3,011 You can check out this site. It says something about sending them in for repair. Right now I can't find the site I was looking for, but I'll keep looking.
... |
Forum: Windows NT / 2000 / XP Jun 3rd, 2005 |
| Replies: 7 Views: 3,011 By the way, you can post a link, I'll download them and send them to your email if you like. |
Forum: Windows NT / 2000 / XP Jun 3rd, 2005 |
| Replies: 7 Views: 3,011 What's happening is the embedded reader is requesting portions of the file, rather than downloading the whole thing. I believe a possible cause was some type of firewall, but not sure..
ooops,... |
Forum: Windows NT / 2000 / XP May 25th, 2005 |
| Replies: 7 Views: 11,194 Sorry, you might want to get it by the hostname:
java.net.InetAddress inetAdd =
java.net.InetAddress.getByName("www.ibm.com");
System.out.println ("IP Address is : " +... |
Forum: Windows NT / 2000 / XP May 25th, 2005 |
| Replies: 7 Views: 11,194 This is how you can grab the client ip address:
InetAddress thisIp =
InetAddress.getLocalHost();
System.out.println("IP:"+thisIp.getHostAddress());
Remember to include that... |
Forum: Windows NT / 2000 / XP May 25th, 2005 |
| Replies: 5 Views: 1,535 Say, do you by any chance have problems reading burned data from disk? Especially if the files on the disk are ziped files? |
Forum: Windows NT / 2000 / XP May 25th, 2005 |
| Replies: 5 Views: 1,535 I've had this problem creep up on me several times. Look at the box/case the cd's came in, and see what the max write speed is. Make sure you are at that, or below. Also, try a really slow speed... |
Forum: Windows NT / 2000 / XP May 25th, 2005 |
| Replies: 13 Views: 2,788 Once a week is probably too often. Most people will have a new Computer by the time a HD would ware out from such an action, but I have no clue as to what the current/contemporary problems you might... |
Forum: Windows NT / 2000 / XP May 25th, 2005 |
| Replies: 13 Views: 2,788 I don't know if it's true or not, but I've heard defragmenting too often can ware out your HD. I guess that would result in running defrag several times in succession. |
Forum: Windows NT / 2000 / XP May 25th, 2005 |
| Replies: 7 Views: 11,194 You can access a site through java without knowing the IP Address. look up the java.net.*; package. |
Forum: Windows NT / 2000 / XP May 24th, 2005 |
| Replies: 8 Views: 1,513 The fan not working could be a big possibility. I had one go out on my power supply and it caused some bad things to happen, but it wasn't with the display. |
Forum: Windows NT / 2000 / XP May 24th, 2005 |
| Replies: 8 Views: 1,513 Check with M$ windows updates, and see if they have an updated driver for your graphics card. |