[plt-scheme] Re: Storage of PlaneT packages
> Assuming that you're using the "(module ...)" language, DrScheme's
> "Create Executable" lets you create either an installation-specific
> executable (can't move to other machines) or a distribution archive
> that you can move to other machines. You'll want the second kind.
>
> In mzc terms, the `mzc --exe-dir' step takes an installation-specific
> .exe and prepares it to run on other machines (by putting it together
> with everything it needs from the current installation).
>
I will look into this.
Thanks for all the help.
Eli