Method #1 The best way to get the files into your account is to log into your campus UNIX (ect-unix) account, create a csci250 directory, and copy the project files to it by typing the following at the user prompt: $ cp /user/faculty/hilzer/yacc/* . Don't forget the period. Method #2 You can also download the Project Files link located at the main csci250 web page. Copy the files directly to a campus UNIX (account). If you copy them to a non- UNIX PC first, unwanted carriage control characters may be inserted when you upload them to your UNIX account that will not allow the project files to be compiled. To get rid of the unwanted characters, enter the file using the vi editor and while you are not in the edit mode type : %s/VM/ /g Remember, Method #1 is much easier than Method #2