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

    reading XML with VBS?

    OK I have this code here: set ofso = createobject("scripting.filesystemobject") set nfile = ofso.createtextfile("c:\a\bb.txt") Set xmldoc = CreateObject( "Microsoft.XMLDOM" ) xmldoc.Load("C:\a\bex00032.xml") set nodelist = xmldoc.getElementsByTagName("machine_name") for each node in nodelist...
  2. Smithsco

    reading XML with VBS?

    thanks for that. I can now jump from tag to tag, but is there a way to read the file line by line like you can with a standard text file?
  3. Smithsco

    reading XML with VBS?

    Hi, I'm trying to find a FAQ or tutorial on read XML files with VBS. Can anyone help?
  4. Smithsco

    Omniback question

    Does anyone know how to reduce or set the size of the database that omniback2 v 4.x uses?
  5. Smithsco

    Video Question

    OK, the video format doesn't matter to much, but, if I want to play a video say DivX/AVI how do I go about playing the clip in an application?
  6. Smithsco

    Video Question

    I would like to play a WMV file in my application, however I have know idea how to do this, can any one help?
  7. Smithsco

    random sort??

    Thanks for the help :)
  8. Smithsco

    random sort??

    I have x amount of boxes which I want to set a random number to, however they can not be the same number. I can get a random number ok but I'm not sure how to remove that number from the set. Anyone done something like this before?
  9. Smithsco

    count chr in single line?

    thanks
  10. Smithsco

    count chr in single line?

    Is it possible to count the number of tabs that are in a line?
  11. Smithsco

    HELP IIS 5 SERVER ERROR 20-0003

    I have a win2k server machine runing IIS 5, for some reason today the machine will not display ANY PAGES at all, it simply gives me a HTTP 500: server error [20-0003] error message. I can not even display HTML pages!! I have been searching on the MS web site however I can only find an issue...
  12. Smithsco

    Hardware Enable/Disable?

    I have a machine with two NICS, however I can only be n one network at a time, so I would like to disable Nic(1) and enable Nic(2) copy some files and then swap them back over. I know I can also do this by changing IP address' however I would prefer to disable the NIC.
  13. Smithsco

    Hardware Enable/Disable?

    Is it possible to enable/disable a NIC using VB?
  14. Smithsco

    Hardware Enable/Disable?

    Is it possible to enable and or disable hardware shuch as a NIC using VBS?
  15. Smithsco

    Run as service?

    Is there a way to configure an exe to run as a service?
  16. Smithsco

    Counter Logs

    I have setup a counter log in Perfmon, however every now and then it will stop for no reason, does any know how I can check to see if this counter log is still running from a script? This is on a Windows 2000 machine.
  17. Smithsco

    performance monitorting

    There are a number of ways you can do it, WMI will let you capture most of the data, however it may be easier to setup a counter log in Perfmon. Check this article out at MS: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/monitoring_performance_data.asp MS Scripts...
  18. Smithsco

    outlook mapi folders?

    sorry for the delay, but when I run this objfolder end up returning the folder name value instead of the folders.item(3).... is there any way to covert the name over or just pull it straight out when selecting the folder?
  19. Smithsco

    outlook mapi folders?

    I'm trying to create an extenal program to act like the rule wizard, I have reached the limit and still need to move more e-mails around. I would like to be able to browse my folders and grab its outlook name (eg outlook.getnamspace("MAPI").folders.item(3).folder......). Is this possible?
  20. Smithsco

    a few questions on outlook

    awsome thanks, I can now move into the subfolders, any tips on moving items would be great :)

Part and Inventory Search

Back
Top