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. walkingseed

    Event Target ID returns nothing in Firefox - Works in Google Chrome

    I am having trouble catching events in Firefox. the below code works in Chrome but does not work in Firefox. How do I get the event target id in Firefox. I have been fighting this for far too long for as easy a problem as it should be and its got me frustrated. // Attached listeners to the web...
  2. walkingseed

    Using External Drive as Backup causing error in Disk Usage Reporting

    I fixed it by chmod'ing the /media/usbdisk permissions to 000.
  3. walkingseed

    Redhat Kickstart Post Install

    Have you seen this chapter? http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-postinstallconfig.html You should be able to move the tarball with the other files and execute the appropriate commands in the %post section of teh kickstart file.
  4. walkingseed

    Move list of files to new location

    try removing the quote marks from around the $line variable.
  5. walkingseed

    Using External Drive as Backup causing error in Disk Usage Reporting

    I have an External 2TB GreenDrive that I am using for nightly backups of my home and etc directories. Each time the backup script runs it reduces the available disk space reported on the root filesystem by the amount of data backed up to the external drive. Right now the only way I know of to...
  6. walkingseed

    DoEvents Emulation

    Thanks, but I had already tried everything that you recommended. This script must run without Wscript because I do not have access to the Wscript root object from within the application that the script is launched. In fact, trying to use Wscript causes errors. This means that I do not have...
  7. walkingseed

    DoEvents Emulation

    I have a program that has report templates that are stored in XML format. The CDATA section has VBSCRIPT contained within it. I need to be able to insert data into the report dynamically at execution time. What I need to be able to do is pause execution of the script without pinning the CPU...
  8. walkingseed

    Redirection Question

    Thank you. xargs did it. That was the command that I could not remember. find ./ -name *.htm | xargs -i perl fix.pl '{}'
  9. walkingseed

    Redirection Question

    find ./ -name *.htm | perl fix.pl I have the above command where I want to change a fiew characters in all of the html files in a directory tree. How do I get the output from find to redirect into my perl program? I know this can be done, I've done it before but I can't remember how.
  10. walkingseed

    Excel Cell Sizes are different on one computer

    Thanks for the try but... The settings are identical on all of the computers. In fact, the computers are identical IBM T43 laptops. They have all been imaged with the same installation. I have also checked the files with other computers and software, including Macs running MS Excel, Solaris...
  11. walkingseed

    Excel Cell Sizes are different on one computer

    I have a problem here with Excel worksheets. In our office, one person's computer opens Excel files with a different size for the cell than anyone else's computer. That is one every computer except his a cell that is 17.25H X 9.75W will open on his computer with a cell that is 17H X 9.63W. If he...

Part and Inventory Search

Back
Top