... | @@ -17,9 +17,23 @@ To automate a tariff import, the existing VBS file must be used (if it exists) a |
... | @@ -17,9 +17,23 @@ 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"
|
|
|
|
|
|
|
|
Turn all dialog boxes into comments
|
|
|
|
to do this type CTRL+F and search for "MsgBox".
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
then at each element found add ' in front to turn the command line into a comment. The text should turn grey
|
|
|
|
|
|
|
|
- Before 
|
|
|
|
- After 
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add constants to allow a silent mode for the execution
|
|
Add constants to allow a silent mode for the execution
|
|
|
|
|
|
- Const SILENT_MODE_MENU_CHOICE = ""
|
|
- Const SILENT_MODE_MENU_CHOICE = ""
|
|
- Const SILENT_MODE_PROVIDER_CHOICE = ""
|
|
- Const SILENT_MODE_PROVIDER_CHOICE = ""
|
|
- Dim SILENT_MODE
|
|
- Dim SILENT_MODE
|
|
- 
|
|
- 
|
|
|
|
|