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

  1. An0Ant

    VBScript to read HTML File

    How can one use VBScript to read HTML file? Of course it can be read as Text document, but we want to use DOM (HTMLDocument, IHTMLBodyElement etc?) so that the document can be parsed. Following code works in VB with some undesirable effects (launches IE) =============== Set oH = New...
  2. An0Ant

    Need to rename file copied using rSync from NT to Solaris

    Hi, We want to copy a file from NT to Solaris using rSync. There is a job running on Solaris looking for this file. So we want to copy the file with different name and then rename it to what the job is looking for. (Don't want the job to pickup incomplete file) How can this be done with...
  3. An0Ant

    Including VBS in ASP and WSF

    It worked. Thanks a lot.
  4. An0Ant

    Including VBS in ASP and WSF

    Thanks for quick reply. Seemed like nice work-around until I got following: ======================== Active Server Pages error 'ASP 0116' Missing close of script delimiter /eRepLoad/BeginScript.inc, line 1 The Script block lacks the close of script tag (%>). ======================== Is...
  5. An0Ant

    Including VBS in ASP and WSF

    It's not about location of the file. Below is an example of WSF file. ========= <job id=&quot;TestJob&quot;> <?job debug=&quot;true&quot;?> <script Language=&quot;VBScript&quot; src=&quot;ServerFunctions.asp&quot;/> <script language=&quot;VBScript&quot;> ' Main Program msgbox &quot;Hi&quot...
  6. An0Ant

    Including VBS in ASP and WSF

    Hi, How can one include a VBS file in ASP page and WSF code? I have some functions in an asp page &quot;ServerFunctions.asp&quot; that I want to use in WSF file. I created ServerFunctions.vbs removing &quot;<%&quot; and &quot;%> This file I can use in WSF file with script tag. In ASP I tried...

Part and Inventory Search

Back
Top