$.@coomak $ SET VERIFY $ ! Command file to build a new cookie database and also $ ! optionally a printable formatted list of all $ ! cookies on RSTS/E - invoke as @COOMAK RNO if the $ ! list is desired $ ! $ ! Build unoffensive cookies $ CRUN COOSRC:COOTXT -L "COOSRC:" -F COOSRC:COONO1.SRC -O COOSRC:COOKIE.TXT 00001-00002 This Cookie, Disclaimer and Warning 00003-00278 Hacker's Dictionary Cookies COOSRC:COOHAK.SRC 00279-00453 Small Cookies COOSRC:COOSMA.SRC 00454-01387 Columbia University Cookies #1 COOSRC:COOCU1.SRC 01388-01857 Ben's Cookies COOSRC:COONEW.SRC 01858-02015 IBM Cookies (from Kosta) COOSRC:COOIBM.SRC 02016-03262 Button Cookies COOSRC:COOBUT.SRC 03263-03604 GENIX Cookies COOSRC:COOGNX.SRC 03605-03978 Gould UTX Cookies COOSRC:COOGLD.SRC 03979-08937 VAX Cookies (from IL) COOSRC:COOVAX.SRC 08938-09078 Chris' Cookies COOSRC:COOCHR.SRC 09079-09184 Misc. Quotes from BBS COOSRC:COOQOT.SRC 09185-09308 Misc. Quotes from BBS #2 COOSRC:COOQO2.SRC 09309-09649 Misc. Quotes from BBS #3 COOSRC:COOQO3.SRC 09650-09665 Silly Business Dictionary COOSRC:COOBIZ.SRC 09666-09699 Texan Dictionary COOSRC:COOTEX.SRC 09700-09728 Silly Communications Glossary COOSRC:COOCOM.SRC 09729-09961 IBM WISDOM EXEC Cookies COOSRC:COOWIZ.SRC 09962-10078 Dr. Thomas' Fortune Cookies COOSRC:COOFOR.SRC 10079-10115 ACGNJ Newsletter Cookies COOSRC:COOACG.SRC 10116-10246 Cookies from Larry's Game Tape COOSRC:COOACT.SRC 10247-12456 Columbia University Cookies #2 COOSRC:COOCU2.SRC 12457-12771 TMK's Cookies COOSRC:COOTMK.SRC End of pass 1. ....................... End of pass 2. $ CRUN COOSRC:COOBLD -F COOSRC:COOKIE.TXT -O COOSRC:COOKIE.FIL coosrc:cookie.txt: 47677 lines 12771 cookies read, the longest has 3732 bytes top index = 114, sub index = 113, index area size = 456 Work files built, 12771 cookies, 114 index levels 115 index records written Done, 12771 cookies in output file coosrc:cookie.fil $ IF P1 .EQS. "RNO" THEN CRUN COOSRC:COORNO COOSRC:COOKIE.TXT >COOSRC:COOKIE.LST $ COPY/REPLACE COOSRC:COOKIE.FIL $COOKIE.FIL [File [10,3]COOKIE.FIL copied to [1,2]COOKIE.FIL] $ SET FILE/PROTECTION=40 $COOKIE.FIL $ ! $ ! Build offensive cookies $ CRUN COOSRC:COOTXT -L "COOSRC:" -F COOSRC:COOOF1.SRC -O COOSRC:COOKOB.TXT 00001-00002 This Cookie, Disclaimer and Warning 00003-00089 Offensive Cookies COOSRC:COOOFF.SRC 00090-00172 New offensive cookies from Ben COOSRC:COONOF.SRC 00173-00484 Offensive Cookies from Columbia COOSRC:COOOCU.SRC End of pass 1. .... End of pass 2. $ CRUN COOSRC:COOBLD -F COOSRC:COOKOB.TXT -O COOSRC:COOKOB.FIL coosrc:cookob.txt: 2549 lines 484 cookies read, the longest has 1351 bytes top index = 22, sub index = 22, index area size = 88 Work files built, 484 cookies, 22 index levels 23 index records written Done, 484 cookies in output file coosrc:cookob.fil $ IF P1 .EQS. "RNO" THEN CRUN COOSRC:COORNO COOSRC:COOKOB.TXT >COOSRC:COOKOB.LST $ COPY/REPLACE COOSRC:COOKOB.FIL $COOKOB.FIL [File [10,3]COOKOB.FIL copied to [1,2]COOKOB.FIL] $ SET FILE/PROTECTION=40 $COOKOB.FIL $ ! $ ! Clean up $ DEL COOSRC:COOKIE.TXT [10,3]COOKIE.TXT deleted $ DEL COOSRC:COOKOB.TXT [10,3]COOKOB.TXT deleted $ DEL COOSRC:COOKIE.FIL [10,3]COOKIE.FIL deleted $ DEL COOSRC:COOKOB.FIL [10,3]COOKOB.FIL deleted $ ! $ ! All done $.clo/log