Important Note: This is not the program that is being used in Professor Decker's class in the Spring 2007 semester. This program is just being shown for informational purposes.
In order to run this program, you will first want to create a symbolic link in your home directory. This symbolic link will point to a script that will set up the environment and execute the ads2005a program.
To setup this link, type the following text at the command prompt:
ln -s
apps
ads2005a
bin
ads2005a ads2005a
After creating the symbolic link with above statement, type the following text at the command prompt to run the ads2005a program:
./ads2005a
note that there is a dot and a slash before the text ads2005a .