-
```vbs
Dim WShell
Set WShell = CreateObject("WScript.Shell")
WShell.Run "powershell -Command ""Get-Process -Name mihomo | Stop-Process""", 0
Set WShell = Nothing
```
-
## Description
Add back end monitor for Silent Errors:
- VBS Request
- Error message
- Backtrace
The Debt Silent Error Report can be found [here](https://nam10.safelinks.protection.outlook.com/…
-
For the easy method (2) you forget you need to open in or CD to sys 32 for it to find the required files to run the commands (namely slmgr.vbs for the first line)
-
strFilePath = "\\tkymkdb001\E$\Prod\Datafeed\WGBI\PortfolioChara\D_IT\20211119\SL_WJITDR_20211119.csv"
strDir = "\\oskdevint001\d$\batch\WGBI\data\PortfolioChara\D_IT\"
Set objFS = CreateObjec…
-
## Issue Description
This is a followup to some discussions that came out of https://github.com/department-of-veterans-affairs/va.gov-team/issues/93430 where we found that we do not use the VBS `Get…
-
**device/asset description**
Vibration Sensor - 4 to 20 mA that plugs into a VSD or BMS controller
**device/asset name**
VBS
**device/asset documentation**
Example device - https://www.ifm.co…
-
**Is your feature request related to a problem? Please describe.**
Add support for VBS language.
**Use case**
This will enable our CERT scanning for VBS malware.
** Additional info **
VBS tr…
-
Hello,
there is a problem using codeformatter with vbscript. The intendation of "opening tags" is not as expected. it should be aligned with the "closing tag".
I am using the default settings for …
a0bad updated
6 months ago
-
Nice shot.
I wish I could use it with other languages like VBS. For instance, I can not align this VBS code block:
```
Dim fAnime : fAnime = 0 ' Remove Bracket and its content "[Hyogo]_Naruto…
-
```vbs
Dim shll : Set shll = CreateObject("WScript.Shell")
Set Rt = shll.Exec("Notepad") : wscript.sleep 4000 : Rt.Terminate
```