Add to Favorites    Make Home Page 4035 Online  
 Language Categories  
 Our Services  

Home » ASP Home » Strings Home » INIreader

A D V E R T I S E M E N T

Search Projects & Source Codes:

Title INIreader
Description This is a VBS script that will look for a item in a INI file. Comes in handy when you need to read INI files created by other applications. It's Read-only, no writing to INI files done here.
Category ASP » Strings
Hits 364065
Code Select and Copy the Code
''''''''''''''''''''''''''''''''''''''' Option Explicit Const ForReading = 1 Dim TheString 'The String we are looking For Dim g_ShellObj 'Object used For sending text To a message box '''''''''''''''''''''''''''''''''''''' 'change INI File here Const Filespec="\SERVERC$FILENAME.INI" '''''''''''''''''''''''''''''''''''''' Set g_ShellObj = CreateObject("Wscript.Shell") 'Starting Main function '''''''''''''''''''''''''''''''''''''' 'Proper use is: ReadFromINI(INI file, Item in brackets, Item we are looking for) TheString=ReadFromINI(Filespec,"PutBracketItemHere","PutItemBeingLookedForHere") '''''''''''''''''''''''''''''''''''''' 'This shows what has been found WScript.Echo Now() & " --> Ended **" & TheString & "**" function ReadFromINI(INIfile,BracketItem,TheItem) Dim fsoIN, Fin 'Objects For Reading. Dim FoundBracket, FoundTheItem 'Keeps tracks of what we have found so far. Dim CurrStr 'Last String that was read from the INI file. Dim I 'Integer used For stepping through CurrStr. Dim StringFound 'String we are looking for. Dim C 'Current character While stepping through CurrStr 'Initialize variables FoundBracket=False FoundTheItem=False CurrSTr="" StringFound="" 'Create an object and open file For reading. Set fsoIN = CreateObject("Scripting.FileSystemObject") Set Fin = FsoIN.OpenTextFile(INIfile, ForReading) 'Stepping through file line by line To find what we are looking for. Do While Fin.AtEndOfStream <> True CurrStr=Fin.readline if left(CurrStr,1)="[" Then 'Looking For an item in brackets if ucase(mid(CurrSTr,2,len(BracketItem)))=ucase(BracketItem) Then FoundBracket=True Else FoundBracket=False End if Else 'Once we are within the right section we start searching For 'the correct item we are looking for. if FoundBracket Then 'Compare Each item To the item we are looking for. if ucase(left(CurrSTr,len(TheItem)))=ucase(TheItem) Then 'We found the item! We must find where the equal sign 'is so we don't include it in our result. I = len(TheItem)+1 Do While I<len(CurrStr) C = MID(CurrStr,I,1) if C<>" " And C<>"=" Then 'This is Not the right item but similar name. 'example: We're looking For "TheGreatThing" While 'we found "TheGreatThingy". (Notice the "y") i=Len(CurrStr)+10 Else if C="=" Then 'We found the equal sign, we can now create our 'String! StringFound=Right(CurrStr,Len(CurrStr)-I) I=Len(CurrStr) FoundTheItem=True Else 'Just a space, we got To keep stepping through 'the String until we find that equal sign. I=I+1 End if End if Loop End if End if End if Loop 'Close the file and clear the object. Fin.close Set fsoIN=Nothing 'Can't forget To Set the function's variable ReadFromINI=TRIM(StringFound) End function 'Have a nice day!

Related Source Codes

Script Name Author
ııııııııııııııııııııı VyomWorld
Resistor color code reader A.Chermarajan.
Telephone Directory dhivya
card swapping game (Mini Project) nityanand
simple hangman-pascalsource Seabert
college dirtectory (Mini Project) msridhar
Poll Application John van Meter
ASP Daily Hit Counter. Tejaskumar Gandhi
To avoid null in asp environment using sql Sami
Maklumbalas webmaster
poll John van Meter
EasyASP Template Engine. TjoekBezoer
Basic Calculator using HTML & Javascript. Patrick M. D Souza
What servers support ASP ? VyomWorld
What is ASP? VyomWorld

A D V E R T I S E M E N T




Google Groups Subscribe to SourceCodesWorld - Techies Talk
Email:

Free eBook - Interview Questions: Get over 1,000 Interview Questions in an eBook for free when you join JobsAssist. Just click on the button below to join JobsAssist and you will immediately receive the Free eBook with thousands of Interview Questions in an ebook when you join.

New! Click here to Add your Code!


ASP Home | C Home | C++ Home | COBOL Home | Java Home | Pascal Home
Source Codes Home Page

 Advertisements  

Google Search

Google

Source Codes World.com is a part of Vyom Network.

Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Interview Questions | Jobs, Discussions | Placement Papers | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | Arabic, French, German | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Software Testing | Google Logo Maker | Freshers Jobs

Sitemap | Privacy Policy | Terms and Conditions | Important Websites
Copyright ©2003-2024 SourceCodesWorld.com, All Rights Reserved.
Page URL: http://www.sourcecodesworld.com/source/show.asp?ScriptID=229


Download Yahoo Messenger | Placement Papers | Free SMS | C Interview Questions | C++ Interview Questions | Quick2Host Review