Customisations.vbs – Sample 1
‘**************************************************************************** ‘* Name: Customisations.vbs ‘* ‘* Description: This script is used to perform the following functions: ‘* – Carry out Final Customisations ‘* ‘**************************************************************************** ‘**************************************************************************** ‘ Declare Objects & Variables ‘**************************************************************************** ‘Set Option Explicit Option Explicit ‘Set System to ignore errors and continue On Error Resume … Read more