VB and VBScript are entirely different things.
For VBS you want:
microsoft.public.scripting.vbscript
There's an MS encrypter for VBS that turns out
.vbe files, but they're fairly easily decrypted. There
are also programs that claim to turn VBS files into
EXEs. But the long and the short of it is that script
is plain text, so you're going to have a hard time
trying to sell script software. And to attempt
encryption is to lose the advantages (transparencey,
editability) of script while keeping the disadvantages
of dependencies and low efficiency.
--
--
"adamchapman" <
adamcha...@hotmail.co.uk> wrote in message
news:f565fbf0-7077-471c...@googlegroups.com...