-
```
Request for a new function:
A function that returns a number of intervals between two dates.
Like the DateDiff function in VBscript:
http://www.w3schools.com/vbscript/func_datediff.asp
In Transac…
-
### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the …
-
Originally reported by: **Philippe Lagadec (Bitbucket: [decalage](http://bitbucket.org/decalage), GitHub: [decalage2](http://github.com/decalage2))**
---
olevba 0.42 crashes when analyzing the VBScr…
-
Sample:
function Alive(sHost, ByRef IP, ByRef FQDN)
dim objPing, obj
Alive = false
FQDN = sHost
IP = sHost
on error goto 0
set objPing = GetObject("winmgmts:{impersonationLevel=imperson…
-
Dim driver
Set driver = CreateObject("selenium.webdriver")
WScript.Quit
-
The script fails to work in a wine environment under FreeBSD:
Is there anything can be done about it?
Imported libs:
msls31 (MS Line Services)
riched20 (MS RichEdit Control 2.0 (riched.dll)
r…
-
增强菜单里的”复制路径“不带双引号版的,偶然间发现选择多个文件会弹出vbs的报错信息,于是上网搜索了一下,发现网上右键菜单复制路径基本都是用的这个命令,也有人提到复制多个文件会报错,但似乎都没有人提出解决方案,经过几天的搜索,就在打算放弃的时候,终于找到了解决方案,虽然这个复制命令只能复制单个文件路径,但选择多个报错终归是不太友好的,希望作者能在新版修正下。我找到的这个方案是cmd命令版的,不会报…
-
`Server.CreateObject("Ionic.Zip.ZipFile")`
Generates the error:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
-
In IIS, using Server Side ASP code with VBScript, per: [https://docs.microsoft.com/en-us/previous-versions/iis/6.0-sdk/ms524876(v=vs.90](https://docs.microsoft.com/en-us/previous-versions/iis/6.0-sdk/…
-
I'd ask all you "Big Thinkers" in the tB team to consider the question I ask here:
https://github.com/twinbasic/lang-design/issues/68
...and - put your "thinking caps" on
I'll toss in this tidbit…