Hi: I can not figure out where the msaccess.ini file might be for the following senario. Can you help? I Installed the msaccess script by GW Micro using Jamal's Installer. The 2 following files were installed: msaccess.vbs msaccess.xml Inside the .vbs script it references a .ini file which was not included in the
download and install. Here is some of the code referencing the .ini file: Dim myINIFile : myINIFile = ClientInformation.ScriptPath & "\msaccess.ini" SO_StandardHelpDialog.INIFileName = myINIFile SO_StandardHelpDialog.HelpTitle = ... Also it is referenced here: ' Change ClientInformation.ScriptHelp to our real routine ClientInformation.ScriptHelp = "ScriptHelp" Else ' If Automatic_Update exists in our INI, and the value is 1, then ' we'll attempt to check for a new version. If IniFile(myINIFile).Number("Automatic_Updates", "OnScriptStart") = 1 Then ... Is there suppose to be a .ini file in the Downloaded package? If not, what happens in a script when the reference is not found? Rick USA