I'm trying to write a VBScript that will export and import the code modules from an Access MDB file to text files.
From within the app I can loop through the DAO Container & Documents and use the 'undocumented' Application.SaveAsText method, but can I do it externally?