Updated wikipage Copying the Example Files. (Signed-off-by:jocelyn).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2361 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2022-06-02 12:53:46 +00:00
parent 1436a20012
commit bf61d20579

View File

@@ -1,3 +1,5 @@
[[Property:modification_date|Thu, 02 Jun 2022 12:53:45 GMT]]
[[Property:publication_date|Thu, 02 Jun 2022 12:53:45 GMT]]
[[Property:title|Copying the Example Files]]
[[Property:weight|-14]]
[[Property:uuid|bb8ff7d7-2e93-d150-339c-d9afb967bc98]]
@@ -6,7 +8,8 @@
If you are going to work on a copy, choose or create a directory of your own; let's call it <code>YOURDIR</code> for the rest of the discussion.
To copy all the files of the example to <code>YOURDIR</code>:
* On Windows, open a Windows Explorer, go to <code>$ISE_EIFFEL\examples\studio\tour</code> , select all the files in that directory, and drag-and-drop them to <code>YOURDIR</code> .
* On Windows, open a Windows Explorer, go to <code>%ISE_EIFFEL%\examples\studio\tour</code> (replace <code>%ISE_EIFFEL%</code> by the expected location), then select all the files in that directory, and drag-and-drop them to <code>YOURDIR</code> .
* On Unix execute the shell command
<code lang="text">
cp $ISE_EIFFEL/examples/studio/tour/* YOURDIR</code>