79477410

Date: 2025-03-01 10:32:08
Score: 0.5
Natty:
Report link

I would do:

Set WshShell = CreateObject("Wscript.Shell")
On Error Resume Next
WshShell.Run "cmd.exe", 8, True

Remark: I got the hint from this issue

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Vivian De Smedt