-
```vba
Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open("f:\ga\prjs\MCF_V2\EXPORT_G\MCF.xlsm")
objExcel.Application.Visible = False
objExcel.Applicati…
-
Launchers have been historically complex:
- nullsoft to pre-create them, with .nsi code
- vbs code and .bat code to prepare the environnement before launching 1 'standard' executable.
The replac…
-
"Do X at/before/after waypoint A"
Needs actual actions that the vehicle (sam?) is capable of.
Use cases:
- Call service at WP (toggle sensors)
- Surface/dive with VBS at WP
- Do other action …
-
What should happen... when DecalMode = False, VPX should remove any/all decals no matter what FrontDecal is set to. This does not occur.
I can set/change the decal and that works -- BUT when disabl…
-
VBScript obviously comes with a standard lib. This is probably one of the last tasks of the scripting engine. The goal is not to have a 100% covered stdlib, but to analyze the table scripts and check …
-
Takže Lukáš trochu skonil přenos mezi uložišti tady, ale zas tak moc to nevadí, protože Milan teďka pořád nemá čas a já mám svoje věci u sebe. Příště trochu prozkoumej administraci, kde se dá převést …
tci12 updated
12 years ago
-
В фаре создаем новый файл Shift+F4 -> 111.vbs -> Enter.
![111](https://user-images.githubusercontent.com/24621645/70848722-d8cd3700-1e86-11ea-8881-00733007622b.png)
Получаем такую ошибку.
Видим…
-
**Describe the bug**
p-roc tables start but will not put a ball in the shooter lane
**To Reproduce**
Steps to reproduce the behavior:
1. Update scripts folder with any recent version
2. start a…
-
## Description
Add back end monitor for Silent Errors:
- VBA Request
- Error message
- Backtrace
- VHA Request
- Error message
- Backtrace
The Debt Silent Error Report can be found [here](h…
-
Hello,
Previously with MDT, we were running LiteTouch.vbs to install applications (on a computer already deployed, running the vbs, choosing a task sequence used to only install applications). Most…