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 TouchToneTommy 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: drathbone
  • Content: Threads
  • Order by date
  1. drathbone

    VB6 and VBScript

    Ok, it's a stupid question, but how do I execute a bit of VBScript code inside a VB6 application (need to use the eval function) ?? Cheers
  2. drathbone

    Evaluating contents of a string

    Hi, I'm trying to parse a load of text and have a string that contains the following &quot;if endurance_percent < 50&quot;. There's loads of these lines that I need to check, but what I need to do is evaluate if the line would be true or false, so if the string X contained the above, is there...
  3. drathbone

    Help !! Missing right bracket - error !!

    The following is part of a script I'm writing. With this code in I get the above error (read thread title). I've read through this many times and can't find the problem - it's definately in this piece of the code, as if I remove this piece it works fine - any suggestions ?? Code ---- if...
  4. drathbone

    Variable substitution ???

    I'm sure there's an easy way to do this.... I have a variable, lets call it $var1.. $var1 = &quot;$var2 < 50&quot;. Another variable called $var 2... $var2 = 25.... Is there anyway to do a line like, if $var1 then ...... so that it substitues for the contents of $var1 and does something like...
  5. drathbone

    Help !! NIS Password problem !!

    Hi all, I've setup a NIS server and all seems to be running ok, EXCEPT ....... I can't change a password for a user using either passwd or yppasswd !! I've tried on all clients, and even the server... Am logged in as root, but after typing the new password and confirming it I get - passwd...
  6. drathbone

    Help !!! Need to fill a filesystem

    Hi, I have a disk thats been newfs'd and I need to check if it's faulty or not. Ideally I need to write a script to create a large file (about 4gb) and then delete it, and then loop the process. Any ideas of the best way to create the large file ??? Many thanks, Darren
  7. drathbone

    Do SMIT SysEnv changes require a reboot ??

    Hi all, I'm not too familiar with AIX (Sun man ;). I need to change the MBUFS environment variable using SMIT, but the system is live and I don't want to cause a reboot. Is this needed for the setting to take effect ?? Many thanks Darren
  8. drathbone

    Solaris 2.6 to 8 upgrade !!

    Hi all, I've recently upgraded an E4000 from Solaris 2.6 to 8. We've had a lot of issues performing the upgrade but it's finally back with Solaris 8, but I keep getting the recurring error 'couldn't set locale correctly' !!! Any ideas ??? Throughout the installation process (which I've done...
  9. drathbone

    2.6 to 8 Upgrade

    Hi all, I've recently upgraded an E4000 from Solaris 2.6 to 8. We've had a lot of issues performing the upgrade but it's finally back with Solaris 8, but I keep getting the recurring error 'couldn't set locale correctly' !!! Any ideas ??? Throughout the installation process (which I've done...

Part and Inventory Search

Back
Top