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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by FOAD123

  1. FOAD123

    SQL Database Size

    You'd probably need to create a new stored procedure that mimicks sp_databases (unless there is another one) that allows a parameter to be passed in, which is the database name. Otherwise you get the size of every database in that server...
  2. FOAD123

    Right click task bar

    But thanks for the tip :)
  3. FOAD123

    Right click task bar

    I think I have posted this in the wrong forum, as it's a generic Windows XP question, rather than MS Office.
  4. FOAD123

    Right click task bar

    Hi Has anyone ever seen a problem where you can't right click the task bar.. And more importantly how it's fixed? Cheers, Andrew
  5. FOAD123

    Command Line Output

    Okay I guess the first part wasn't really clear. What I need to do is: 1. Instead of doing a WScript.Echo I want to write to a designated log file. I am guessing I can just (and this is from the help manual): set fso = CreateObject("Scripting.FileSystemObject") set tf =...
  6. FOAD123

    Editng a string

    Ahhh so easy!! Why couldn't they just use a function called SubStr or Substring!! Thanks for your help tsuji.... :-)
  7. FOAD123

    Editng a string

    That's a good question. I'd really like to know how to do a substring in VBscript (if you can)... I had something similar and I ended up using a loop to search through the string for all instances of ~ as I was using this to break the file up. And then i used to Split function. I'd suggest you...
  8. FOAD123

    Command Line Output

    Hi all Just a quick question to see if anyone knows how i can redirect output from the command line to a designated text? Thanks Andrew

Part and Inventory Search

Back
Top