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 strongm 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
  • Content: Threads
  • 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?

    <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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. tcspine

    Please Help - Installing Nvidia Graphics Driver

    I'm trying to install a driver. It says that I can't run X-windows while installing, so I edited the default runlevel in inittab to boot into level 3. It didn't working, I was still getting X. Then I tried running the command 'telinit 3' from within X, but it didn't boot into runlevel 3 like...
  10. tcspine

    Linux for Professional Audio Recording

    How about it? Is there anything great out there that's close to the level of Sonar Producers Edition? I'm sick of Microsoft's tactics and want to move away from it.
  11. tcspine

    What is the definition of a 'Varient'?

    I don't quite understand what it is. Can someone help? I'm asking because I ran into it in a specific script that used the 'vartype' function, and one of the return values for that function is 12, which is a varient. So, what exactly is a varient?
  12. tcspine

    Why is the Dictionary.Count incrementing here?

    On Line 42 where it says "WScript.Echo "The count after using the second for ... next loop Is " & objDictionary.Count" objDictionary.count gets incremented by 1. Does anyone know why this is happening? Option Explicit Dim objDictionary, i Dim arrKeys, Key Set objDictionary =...
  13. tcspine

    Quick Question - Why Use ReDim Preserve...

    ...Instead of simply adding to an array?
  14. tcspine

    Compare Username and Machinename and Conditionaly Write to File

    Hello, I'm trying to write a script that will look at each computer on the network and pull the Username and Machinename entries in the registry and compare them. From there it will write to one of two files dependent on if it's a match or not. The purpose of this script is; 1) To learn...
  15. tcspine

    Knoppix - dd command.

    Hello, I'm looking for a way to have dd start on a particular block. I need it to start on block 14,329,980 and end on block 28,659,897 How can I use the command to do this?

Part and Inventory Search

Back
Top