[Homepage] | [Next: Debugging Programs] | [Up: Submitting Homework] | [Prev: What to Submit]

How to Submit

To electronically submit a file from CATS, you must give the submit program the following information (the order is relevant):
  1. which class are you submitting to (always cmps013h).
  2. which assignment you're submitting for (Ex: homework1, homework2, etc.).
  3. the files you're submitting.
For example, if for assignment 5 you have a program called squareRoot.java you're should type:

	submit cmps013h-sb.f02 assignment5 squareRoot.java

When you submit multiple copies, only the last one remains. If you want to see what you've turned in, use the command peek with the class and assignment name:

	peek cmps013h-sb.f02 assignment5


Ewerton L. Madruga
Modified by Kevin Klenk