mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 06:42:03 +01:00
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:
@@ -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:title|Copying the Example Files]]
|
||||||
[[Property:weight|-14]]
|
[[Property:weight|-14]]
|
||||||
[[Property:uuid|bb8ff7d7-2e93-d150-339c-d9afb967bc98]]
|
[[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.
|
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>:
|
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
|
* On Unix execute the shell command
|
||||||
<code lang="text">
|
<code lang="text">
|
||||||
cp $ISE_EIFFEL/examples/studio/tour/* YOURDIR</code>
|
cp $ISE_EIFFEL/examples/studio/tour/* YOURDIR</code>
|
||||||
|
|||||||
Reference in New Issue
Block a user