In case you ever need to access the data in an INI file (or write to one) from a Visual Basic script, I've put together a class to do that, called INIClass.
Sure, you could use the built-in functions from kernel32.dll, but what if you don't have access to them?
If you'd like to use my script (or just check out how to do it), it's available at
http://files.cparker15.com/utilities/vbs/INIClass.vbs.
I've also made my Sleep script available on my Web server. It's available at
http://files.cparker15.com/utilities/vbs/Sleep.vbs.