Re: about vbs to exe
- From: "mayayana" <mayaXXyana1a@xxxxxxxxxxxxxxxx>
- Date: Fri, 11 May 2007 14:45:07 GMT
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.
.
- References:
- about vbs to exe
- From: windows
- about vbs to exe
- Prev by Date: Re: about vbs to exe
- Next by Date: Re: about vbs to exe
- Previous by thread: Re: about vbs to exe
- Next by thread: Re: about vbs to exe
- Index(es):
Relevant Pages
|