VBS encryption code for Microsoft Script Center--encode a script

Source: Internet
Author: User

Original link: https://gallery.technet.microsoft.com/scriptcenter/16439c02-3296-4ec8-9134-6eb6fb599880

How to use: Save the following code as a VBS script, and then drag and drop the VBS script that needs to be encrypted to this script to complete the encryption.

Option ExplicitDimOencoder, Ofilestoencode, file, SdestDimsfileout, Ofile, Oencfile, oFSO, IDimOStream, SsourcefileSetOfilestoencode =wscript.argumentsSetOencoder =CreateObject("Scripting.encoder") fori =0  toOfilestoencode.count-1    SetoFSO =CreateObject("Scripting.FileSystemObject") file=Ofilestoencode (i)SetOfile =ofso.getfile (file)SetOStream = Ofile.openastextstream (1) Ssourcefile=Ostream.readall ostream.close sdest= Oencoder.encodescriptfile (". vbs", Ssourcefile,0,"") Sfileout= Left(File,Len(file)-3) &"VBE"    SetOencfile =ofso.createtextfile (sfileout) oencfile.write sdest oencfile.closeNext

VBS encryption code for Microsoft Script Center--encode a script

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.