-  Αν το περιβάλλον εργασίας μας είναι τα Windows 95 ανοίγουμε
ένα παράθυρο MS-DOS από το φάκελο applications.
-  Μεταφερόμαστε στο δίσκο (Y) και τον κατάλογο (π.χ. C99\S99101)
όπου αποθηκεύσαμε το πρόγραμμά μας:
C:\WINDOWS\Desktop\Applications>Y:
Y:\>cd students
Y:\students>cd c99
Y:\students\c99>cd s99101
Y:\students\c99\s99101>
 
-  Μεταφέρουμε το αρχείο με το πρόγραμμα σε Pascal στο athena
με την εντολή "ftp athena":
Y:\students\c99\s99101>ftp athena
Connected to athena.math.aegean.gr.
220 athena FTP server (Version wu-2.4(4) Wed Aug 27 15:29:35 CDT 1997) ready.
User (athena.math.aegean.gr:(none)): s99101
331 Password required for s99101.
Password:
230 User s99101 logged in.
ftp> send prog01.pas
200 PORT command successful.
150 Opening ASCII mode data connection for PROG01.PAS.
226 Transfer complete.
ftp> quit
221 Goodbye.
Y:\students\c99\s99101>
 
-  Συνδεόμαστε με το athena με την εντολή "telnet athena":
Y:\students\c99\s99101>telnet athena
Trying 143.233.91.9...
Connected to athena.math.aegean.gr.
Escape character is '^]'.
Linux 2.0.30 (athena.math.aegean.gr) (ttyp6)
athena login: s99101
Password:
Linux 2.0.30.
Last login: Mon Feb 23 23:49:51 on ttyp6
athena:~>
 
-  Στο athena τρέχουμε την εντολή "perl ~dspin/submit" (προσοχή
στο κενό μετά τη λέξη perl) και απαντάμε στις ερωτήσεις που εμφανίζονται:
athena:~> perl ~dspin/submit
Automated exercise submission
Date: Tue Feb 24 00:03:37 GMT+2 1998
User: <s99101> (George Xefteris)
Please enter course code (ADS or PASCAL): PASCAL
Please enter exercise code (01-99): 01
Please enter program file name: prog01.pas
Exercise PASCAL 01 of user s99101 (file prog01.pas) submitted ok