Difference between revisions of "Kopieren der Files von Datenträger"
(→Programmcode in Eclipse Importieren) |
|||
Line 13: | Line 13: | ||
#set the workspace to “S:\ARSIN_V01” | #set the workspace to “S:\ARSIN_V01” | ||
#File → Import … | #File → Import … | ||
− | # | + | #General → Import existing Projects (Next) |
#Add… | #Add… | ||
− | #“S:\ARSIN_V01\ | + | #“S:\ARSIN_V01\” |
− | |||
− | |||
− | |||
#Select All | #Select All | ||
#Next/Finish | #Next/Finish |
Revision as of 13:36, 17 October 2012
Laufwerk S: anlegen (Windows)
In der Eingabeaufforderung folgenden Befehl eingeben:
subst s: "<Pfad an dem der Code abgelegt werden soll>"
Anschließend den Befehl in einer .bat Datein speichern um im Windows Startup Ordner ablegen
Programmcode kopieren
ARS-Programmcode (Verzeichnis ARSIN_V01) in das oben angegeben Verzeichnis kopieren.
Programmcode in Eclipse Importieren
- start eclipse :)
- set the workspace to “S:\ARSIN_V01”
- File → Import …
- General → Import existing Projects (Next)
- Add…
- “S:\ARSIN_V01\”
- Select All
- Next/Finish