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 SkipVought 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: *

  • Users: tcspine
  • Order by date
  1. tcspine

    I'm lost - I need a script to cycle through a directory - parse files

    In detail, I need to parse 'msinfo32' files that have been converted to text and pull from them 'computer name' and 'system model'. The files I need to parse are named after the user (first initial, middle initial, last name). I don't want to have to input the file name to do this, and I need...
  2. tcspine

    Why does this work great in IE but not Firefox?

    OK, I used the 'get' method instead of the 'post' method in the form and it doesn't error out. The only funny thing is that it redirects to 'http://www.tcspine.com/?' in Firefox. I don't know what that question mark is all about, but at least it's working now (even if I'm not sure it's being...
  3. tcspine

    Why does this work great in IE but not Firefox?

    The background color is fixed, I'm not sure what I did, but it's working with both browsers now. OK, thanks for the info on forms. Here's the code I've added, but now when I click I'm getting an error 405 'method not allowed'. <FORM action="http://www.tcspine.com" method="post"> <INPUT...
  4. tcspine

    Why does this work great in IE but not Firefox?

    It's been awhile since I've done any of this. Thank you for re-iterating. Now everything is working except for the background color in Firefox. It's working in IE though. <main> was from an old CSS line I took out, It's removed now. Here's my updated code. Is there a way to disable the...
  5. tcspine

    Why does this work great in IE but not Firefox?

    Thank you for replying. It was not enclosed with the <html> tag, but now is. I also included # before the two numeric values. It's still working in IE, but still completely unreadable in Firefox. Here's my updated code. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style...
  6. tcspine

    Why does this work great in IE but not Firefox?

    <head> <style type="text/css"> body { background color: 003366; table-layout: automatic } p { color:668844; font-size:125%; border-top:medium solid #004488; border-bottom:medium solid #004488; text-align:center } #Myoutercontainer { position:relative } #myinnercontainer { position:absolute...
  7. tcspine

    WiFi Devices and Login Pages

    Hi, I'm looking for information on the type of device I can use for our visitor area WiFi. I want something that has the ability to kick them to a webpage and have them sign in or accept an agreement and then after that direct them to our company webpage. I don't really care who it's made by...
  8. tcspine

    Change Registry Value - Why not working?

    I'm creating a script that will change users dekstop background 'color' to white. I'm pretty much a noob and haven't done many scripts, but this one isn't working and I can't see why. Can someone help please? Option Explicit ' On Error Resume Next Dim strKeyPath ' the portion of registry to...
  9. tcspine

    Enhanced Security Configuration

    Hello, We have a couple of Laptops with Vista, but only a couple. I don't have much experience with it yet. Anyway, is there a way to turn off 'Enhanced Security Configuration'? I'm not talking about in Server08 where you go into 'Server Manager', I'm talking about on the end-client itself...
  10. tcspine

    Why is this working on some PC's but not others

    Here's the error attached. I'm not really sure what conditions need to be met for remote WMI access. By the way, line 8 will be 'set objWMIOS = getobject(wmiroot)' http://img171.imageshack.us/my.php?image=43439271rd1.png
  11. tcspine

    Why is this working on some PC's but not others

    First, a little about my background. We have win2k and XP machines here. Some of the XP were upgraded from 2k. Below is my script which works on SOME XP machines, but not others. I haven't tested it on 2k yet, but I don't know why it wouldn't work. p.s. Before I tested it, I made sure the...
  12. tcspine

    Viewing amount of data transfered

    Thank you, that's a nice little piece of code there, but I was actually looking for something to track a dd transfer. This script looks like it only works with cp.
  13. tcspine

    Great Link to Lab Setup (and a question for the pros)

    I think what I'm going to end up doing is getting the cheapest hardware setup for most of the material and then use dynamips for the rest of the material. So for Dynamips, I guess I would need two of the 2600XM 12.4 IOS Image or others that will contain the features needed? But I know that...
  14. tcspine

    Great Link to Lab Setup (and a question for the pros)

    Hello, I found this link by the CCNA Exam Cram author on how to setup a good lab. http://www.ciscoblog.com/archives/2006/08/ideal_ccna_lab.html I don't think I'll have much luck trying to ask him this question, so I'll ask it here. For the CCNA, will it make a difference whether I have a 2501...
  15. tcspine

    Viewing amount of data transfered

    Hello, while doing PC images, I'd like to see how much data has been transferred between the internal HDD and the External USB HDD. I think there's a process that keeps track of that information. Is there a way to view how much data has passed? It will give me a good indication of how much...
  16. tcspine

    Linux for Professional Audio Recording

    64Studio is up and running and completely functional. I've got my Firepod working after 'much ado' (phew, installing linux programs and drivers can be tough, even with synaptic). The JACK interface is great, and infinitely easier to configure than Sonar PE was, in fact, I have a feeling Sonar...
  17. tcspine

    Please Help - Installing Nvidia Graphics Driver

    Just as an update, I decided to go to a different distro, 64Studio, as I will be using it as a DAW. I have my Nvidia driver installed and working well, if not a little strange when switching resolution through the Nvidia applet sometimes. Unfortunately, the latest driver didn't work, so I went...
  18. tcspine

    Linux for Professional Audio Recording

    IRudeBoy, thank you. Your suggestion lead to finding something more suited to my arch, 64-bit. I'm now using 64Studio and can kiss Windows Vista goodbye as soon as I back up everything important. I can tell already that it's going to work well. It's built form the ground up for music...
  19. tcspine

    Please Help - Installing Nvidia Graphics Driver

    I forgot to mention that I'm running SimplyMEPIS 7

Part and Inventory Search

Back
Top