; QUICKIE TO ENVOKE DWDecode - allows for keeping separate logs
; duplicate and edit lines for additional directories
;
; copy in newsgroup name and change all periods to slashes
; set the filenote and log options as desired             
;
CD AMITCP:bin
rx DWdecode S='UUNEWS:alt/binaries/clip-art/' D='DATA:PIX/' FN='%LLQ1 : %SUBJECT' LF='DWdecode.log.clipart' 
rx DWdecode S='UUNEWS:alt/binaries/pictures/animals/'  D='DATA:PIX/' FN='%LLQ1 : %SUBJECT' LF='DWdecode.log.animals'
rx DWdecode S='UUNEWS:alt/binaries/pictures/anime/'    D='DATA:PIX/' FN='%LLQ1 : %SUBJECT' LF='DWdecode.log.anime'
rx DWdecode S='UUNEWS:alt/binaries/pictures/astro/'    D='DATA:PIX/' FN='%LLQ1 : %SUBJECT' LF='DWdecode.log.astro'
rx DWdecode S='UUNEWS:alt/binaries/pictures/cartoons/' D='DATA:PIX/' FN='%LLQ1 : %SUBJECT' LF='DWdecode.log.cartoons'
