Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding VBS code to Exe
#1
How to add VBS Code to exe for following lines ?

Code:
Copy      Help
VbsAddCode "Quoted-Printable-Decode" 1
if find(part2 "=3D" 0) != -1
    str msg = VbsFunc("QuotedPrintableDecode" part2 "utf-8")
else
    msg = part2
#2
Code:
Copy      Help
str qpd.getmacro("Quoted-Printable-Decode")
VbsAddCode qpd
...

Or

Code:
Copy      Help
#exe addtextof "Quoted-Printable-Decode"
VbsAddCode "Quoted-Printable-Decode" 1
...


Forum Jump:


Users browsing this thread: 1 Guest(s)