$ SET VERIFY $ ! Command file to compile all of the cookie programs for VAX/VMS $ ! $ SET DEFAULT DUA0:[SYSPROG.COOKIE] $ ! $ ! Build the cookie file concatenator $ CC COOTXT $ LINK COOTXT $ ! $ ! Build the cookie database builder $ CC COOBLD $ LINK COOBLD $ ! $ ! Build the cookie display program $ CC COOKIE $ LINK COOKIE $ ! $ ! Build the hardcopy utility $ CC COORNO $ LINK COORNO $ ! $ ! Clean up $ DEL COO*.OBJ; $ PURGE $ ! $ ! All done