... | @@ -16,3 +16,10 @@ To automate a tariff import, the existing VBS file must be used (if it exists) a |
... | @@ -16,3 +16,10 @@ To automate a tariff import, the existing VBS file must be used (if it exists) a |
|
|
|
|
|
To do this, copy the import script (VBS) and rename it
|
|
To do this, copy the import script (VBS) and rename it
|
|
- "CustomerName_Pipeline.vbs"
|
|
- "CustomerName_Pipeline.vbs"
|
|
|
|
|
|
|
|
Add constants to allow a silent mode for the execution
|
|
|
|
|
|
|
|
- Const SILENT_MODE_MENU_CHOICE = ""
|
|
|
|
- Const SILENT_MODE_PROVIDER_CHOICE = ""
|
|
|
|
- Dim SILENT_MODE
|
|
|
|
-  |