/* Show.Request.List -- Used With Caffeine-Request */ parse arg node options results nodeid = "AERexxControl"node address value nodeid tr=transmit;send=sendmessage;ss=sendstring;gu=getuser pm=prompt;hk=getchar;pu=putuser address value nodeid gu 127;confloc=result; tr " " if exists(confloc"REQUESTS/REQ.LST") then;do tr " ## Requestee's Name Description" tr " -- ----------------------- ---------------------------------------------" showfile confloc"REQUESTS/REQ.LST" end if ~exists(confloc"REQUESTS/REQ.LST") then;do tr "" tr " NO Requests Have Been Made In This Conference" tr "" tr " Use REQUEST At The Main Menu To Enter A Request" tr "" end tr "==================[ Caffeine-Request v1.0 by C/\\FFEiNE ]===================" tr "" shutdown exit end