Version
Copying the Example Files
If you are going to work on a copy, choose or create a directory of your own; let's call it YOURDIR
for the rest of the discussion.
To copy all the files of the example to YOURDIR
:
- On Windows, open a Windows Explorer, go to
%ISE_EIFFEL%\examples\studio\tour
(replace%ISE_EIFFEL%
by the expected location), then select all the files in that directory, and drag-and-drop them toYOURDIR
.
- On Unix execute the shell command
cp $ISE_EIFFEL/examples/studio/tour/* YOURDIR
- On OpenVMS execute the command
copy $ISE_EIFFEL:[examples.studio.tour]*.* YOURDIR
Back to Tutorials