Re: VBS compiler
From: Ailmanki (ailmanki_at_bluemail.ch)
Date: 06/16/04
- Next message: Ailmanki: "Re: VBS compiler"
- Previous message: Tom Lavedas: "RE: Getting version of Microsoft.XMLHTTP object prior to ADOB.Stream?"
- In reply to: MartinHTN: "VBS compiler"
- Next in thread: Ailmanki: "Re: VBS compiler"
- Messages sorted by: [ date ] [ thread ]
Date: 16 Jun 2004 14:38:35 -0700
There is another way to achieve the same, but you need someone having
a Programming Lanuage and a compiler for it. AND wscript is needed
to.(The Windows Scripting Host engine); so its probably not what you
need.
Then it would be easy possible to have the script as text in the exe,
which then executes wscript with your script.
It wouldn't be compiled, but encapsulated in a exe. (BUT this would
need someone and a compiler, so not very good Idea)
There is also the possibility to write an exe that can encapsulate a
script.
(Sorry my english is very bad, so Im not able to tell in short
terms..)
A Programm which has only one purpose: when first time opened asking
for a scriptfile, then integrate that script in the exe itself.. And
when next time started, execute the script.
So the exe must be copied before reintegrating the script, or password
protected if the contained script should be changed.
I haven't looked or seen any tool like that, but after writing this I
believe there must be something like that..
Good luck
"MartinHTN" <anonymous@discussions.microsoft.com> wrote in message news:<1afd801c44f4b$2cebf820$a101280a@phx.gbl>...
> I didn't know you could compile a VBS script into an .exe.
> I thought that was why there is VBS and full-blown VB. If
> you can compile a VBS script into an .exe, would it still
> be considered a script then?
>
> If anyone is looking for a good text editor, I'd recommend
> ConTEXT (http://www.fixedsys.com/context/). It's free and
> supports other scripting languages like PHP and HTML. It's
> just a text editor, but the text highlighting feature is
> good enough and has saved me a lot of time writing
> scripts. It's the best free text editor I've found.
>
> >-----Original Message-----
> >Does anybody know of a FREE vbs compiler in order to
> make .EXE scripts?
> >
> >
> >.
> >
- Next message: Ailmanki: "Re: VBS compiler"
- Previous message: Tom Lavedas: "RE: Getting version of Microsoft.XMLHTTP object prior to ADOB.Stream?"
- In reply to: MartinHTN: "VBS compiler"
- Next in thread: Ailmanki: "Re: VBS compiler"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|