Copying the Example Files

Note: If you are using Eiffel on a personal computer, you have the option of working directly in the installation directory and would not necessarily need to make copies of files as per the present section. If you choose to work directly in the installation directory, skip this section and go on to the next section, Starting EiffelStudio and Opening a Project. If you work under Unix or OpenVMS, or may have to share the Eiffel installation with other users, do not have write permissions on the installation, or want to keep the installation unchanged, then please do read the present section and apply its instructions.

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 to YOURDIR .
  • 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

cached: 03/18/2024 7:12:39.000 PM