Re: about vbs to exe



You can't *really* convert it to EXE because
it's not programming code. It won't compile.
That's basically the definition of script: It's
interpreted by some kind of parent program
rather than compiled to native code.

If you want a VBS to look and act like an EXE you
can put it inside a self-executing zip file. Most
ZIP programs will do that. I use one myself for
software installation. The typical self-executing
ZIP, or "SFX", is an EXE that, when run, unpacks
to the TEMP folder and will run any chosen file
from inside the zip. While that will appear as an
EXE to anyone running the script, it's still a VBS,
still requires the WSH, and is still subject to whatever
security is in place for VBS files.

I want to convert my VBS to EXE . and I found exescript can do this.
but it's not free . is any other way to do this . I wiss it is free to
use.THANKS.




.



Relevant Pages

  • Re: from vbs to exe
    ... a script into an EXE file. ... the self-executing zip will end up being an EXE ... You can't actually compile a VBS file. ... Script is text-based programming. ...
    (microsoft.public.scripting.vbscript)
  • Re: disable the Print Screen function
    ... Request if you can share stepwise procedure to compile this exe. ... Task Manager is used to end the process, ... Can the script be altered to prevent one of both of these workarounds? ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Compiled perl executable
    ... same script in 5.8.6 only runs one copy. ... see that one is the child of the other: the parent is the instance you ... changed as it did not do this for 5.8.6 (only ran one exe). ... compile time option that would achieve this. ...
    (comp.lang.perl.misc)
  • Re: Static Dll vs Shared Dll
    ... > A belief that copy==install is obsolete, has been obsolete for 15 years, ... *can* be distributed simply by copying the exe and runing it, ... To me that represents good programming practice. ... >>In the past I have always used Static link in the belief that whenever I ...
    (microsoft.public.vc.mfc)
  • VBS compiler
    ... I didn't know you could compile a VBS script into an .exe. ...
    (microsoft.public.windows.server.scripting)

Quantcast