|
Embedding All Scripts
Select Project | Make
All Embedded from the main menu to convert all the external
scripts to embedded ones.
During the project development you
will probably prefer to keep your libraries as external script
files. This will enable you to share this reusable code accross
more projects and develop the libraries independently.
When you consider the project is
finished, you may need to make the result as compact as possible.
Then embedding all scripts is what you need. The result is one,
self-containing project file (*.wsf). This file can be run by
Windows Script Host. For its run it will not need the external
script files any longer.
Keep in mind that by embedding the
scripts the names of the original external files will get lost.
It is a good idea to keep the project also in the original state
to be able to continue in development in the future.
See Also
Run
a Project, User
Interface
|