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

    app.config from vbs

    I have a custom windows service with an app.config. I have a vbs file that needs to read values from that app.config file. I found this for vb.net - Dim aConfig As Configuration.ConfigurationSettings Dim aExcelFile As String = aConfig.AppSettings("MyExcelFileName") But I need something that...
  2. shyler

    Multiple calls to sub for ftp dl, how to wait for finish

    I tried to make this as clear as possible, hope it's not confusing! I have a vbs file that I want to do the following: 1) Open a previously created text file that has a listing of an ftp directory. 2) Begin Subroutine 3) Scan that text file to find a particular file name. 4) If the name...

Part and Inventory Search

Back
Top