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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.