question

jonsilver-7488 avatar image
0 Votes"
jonsilver-7488 asked SSengupta-4080 answered

unzipping a file in VBS - errors with Microsoft Windows [Version 10.0.17134.2026]

I have a vbscript that (among other things) unzips a compressed file. The code has been working on a number of servers

one pc was just upgraded to Microsoft Windows [Version 10.0.17134.2026]

and now it errors.

set objShell = CreateObject("Shell.Application")

set FilesInZip=objShell.NameSpace(myzipfilename).items

---> Microsoft VBScript runtime error: Object required: 'objShell.NameSpace(...)'

any ideas? pointers?
thanks!

windows-10-application-compatibility
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,
Unfortunately, vbscript is currently not supported in the Q&A forums, the supported products are listed over here: https://docs.microsoft.com/en-us/answers/products (more to be added later on).
It is recommended to post in github for more help:
https://github.com/topics/vbscript
Thank you for your understanding.

0 Votes 0 ·

1 Answer

SSengupta-4080 avatar image
0 Votes"
SSengupta-4080 answered
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.