hello all!
this is my firsrt post to the group
how i can make .exe files from my rebol scripts?
thanx
You can use Rebol SDK (with the encap tool) -> this is not free.
It's possible to use a zip software, to zip and create an exe (the
script+the rebol virtual machine (rebol.exe)) -> this is free, but not
"pro".
Charles.
mohamed aly a écrit :
You may also use one of the following: Payload, GREBOX, or NSIS.
I've already tried Payload & GREBOX to create an executable file. What
they both do is basically grab a copy of the REBOL interpreter and your
code and stuff them in one executable file. When you run the
executable, it extracts your script, which then gets run by the
interpreter included within the executable.