$ SET VERIFY $ ! Command file to compile all of the cookie programs on RSTS/E - DEC C $ ! $ ! Build the cookie file concatenator $ CCC COOTXT $ LINK/CC COOTXT $ ! $ ! Build the cookie database builder $ CCC COOBLD $ LINK/CC COOBLD $ ! $ ! Build the cookie display program $ CCC COOKIE $ LINK/CC COOKIE $ ! $ ! Build the hardcopy utility $ !CCC COORNO=COOSRC:COORNO $ !LINK/CC COORNO $ ! $ ! Clean up $ DEL COO???.OBJ $ ! $ ! Copy to COOSRC: $ PIP COOSRC:*.*=COO???.TSK $ ! $ ! All done