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

  1. BigC72

    Check all files using For each but trigger action only once

    Thanks...didn't realize that the For could be exited in such a fashion... Appreciate you posting. BC
  2. BigC72

    Check all files using For each but trigger action only once

    I have a script that is looking at a directory and if files are present it's looking at the file extension and then age (in minutes) of the file(s) and if the file or files are beyond that age it triggers another set of actions... What I'm not certain of is how to get the script to trigger the...
  3. BigC72

    Script works on XP machine but not on Win7 Pro

    Server 2003
  4. BigC72

    Script works on XP machine but not on Win7 Pro

    The one I'm working with now is 32 bit but eventually I'll also have to deal with 64 bit machines as well...
  5. BigC72

    Script works on XP machine but not on Win7 Pro

    I have the following script that has been in place and working for sometime now on literally hundreds of our XP Pro machines: CONST SHOW_ACTIVE_APP = 1 Set shell = createobject("Wscript.Shell") Dim X Dim Y Dim strArgValue Dim tabValue strComputer = "." Set objWMIService =...
  6. BigC72

    Polling list of AD computers for pc info

    Thanks....I'll give that a look and try to incorporate it into what I have.
  7. BigC72

    Polling list of AD computers for pc info

    I've got a fairly simple script that utilizes a list of pc's exported directly out of AD. The list will contain pc's that are either not turned on or may be gone all together. I've got the script doing what we need IF I provide it with a list of pc's that I know are all "there" and powered...
  8. BigC72

    MSSQL script issue...

    I'm working on a script that will allow members of our help desk to clear "hung" user sessions in one of our systems. This is normally something I do directly in the systems database and is relatively straightforward. However I'd prefer not to have all the help desk staff digging around in the...
  9. BigC72

    Append log file when exists otherwise create one

    Thank you for your help/guidance...I think I have it performing in line with my needs now...
  10. BigC72

    Append log file when exists otherwise create one

    My only question PHV is will this method still create the text file if it doesn't already exist? What is occurring is this script is being run twice per day...Ideally the first run of the day would create the file for that day as it won't exist and the second run would identify that the file...
  11. BigC72

    Append log file when exists otherwise create one

    I have a script that performs a number of different functions for me including creating a simple log file that indicates what has been done...I would like to adapt this script so that rather than running a slightly modified version that creates a different log file the original will identify...
  12. BigC72

    Trouble with passing command line argument

    Thank you tsuji...that did the trick!
  13. BigC72

    Trouble with passing command line argument

    I'm having issues passing a command line argument into a VB script that I'm working on. The Echo shows me that the syntax is correct but where I'm trying to utilize it in the script doesn't appear to like it...Here is the code: Set imagenowAPI = GetObject( , "imagenow6.CtrlPanel") Set objArgs...
  14. BigC72

    mySQL Export specific table(s) to import elsewhere

    It's actually the second example vacunita...which leads me to believe as you said that it's hanging up...
  15. BigC72

    mySQL Export specific table(s) to import elsewhere

    Sorry...to be specific the cursor simply drops to the line below and sits there with no indication that anything has been done...I thought possilby it might be just generating the file so I left it for over 20 minutes and saw the same thing when I returned to it. Backing up the entire DB took...
  16. BigC72

    mySQL Export specific table(s) to import elsewhere

    More than relatively new to mySQL....Trying to facilitate a table export on a number of tables in one DB so that they can be imported into another DB. The command line command I've been using looks like this: mysqldump -u root -pbigcountry dbname table_name > table_name.sql It doesn't seem to...
  17. BigC72

    Grouping order question

    Sounds good K....I'll put it together that way and give it a go....
  18. BigC72

    Grouping order question

    Didn't think about it frankly...but here it is....it works fine but all it allows the end user to determine or choose is what the top(first) level group will be not to actually set the entire grouping order: if {?Grouping Order} = "Procedure Code" then {TRANSACTIONS.PROCEDURE_CODE} else if...
  19. BigC72

    Grouping order question

    I am using CR XI to query a DB2 database and have a rather extensive report that is utilized by different personnel within the company who's needs vary depending on what they do....I have built reports that allow the end user to specify the primary or first level grouping on a report but is...
  20. BigC72

    TopN as a parameter

    Good afternoon Ido, This is Travis in Lake Charles....thanks for the tip!! Worked perfectly......

Part and Inventory Search

Back
Top