home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / comm / news / DWdecode.lha / dwdecode / DWdecode.Prefs < prev    next >
Text File  |  1997-01-02  |  3KB  |  49 lines

  1. ################################################################################
  2. #                                                                              #
  3. #                                   DWDecode                                   #
  4. #                                                                              #
  5. #                                  Prefs File                                  #
  6. #                                                                              #
  7. #                       Copyright ©1996 by Dick Whiting                        #
  8. #                                                                              #
  9. #------------------------------------------------------------------------------#
  10. #                                                                              #
  11. # This file allows for easy permanent defaults - read the comments, indicated  #
  12. # by '#'. Blank lines and lines starting with a '#' are ignored.               #
  13. # Everything following a '#' within a line is ignored also.                    #
  14. #                                                                              #
  15. # See DWDecode.Defaults.doc for a complete description of all the available    #
  16. # options.                                                                     #
  17. #                                                                              #
  18. #------------------------------------------------------------------------------#
  19. #                                                                              #
  20. #                      Dick Whiting <dwhiting@europa.com>                      #
  21. #                               01 December 1996                               #
  22. #                                                                              #
  23. ################################################################################
  24.  
  25. Source='INTERNET:UUNEWS/alt/binaries/'     #source directory for UseNet files
  26. Dest='DATA:PIX/'                           #output binaries to here
  27.  
  28. ################################################################################
  29. #  Where to find the Base64 decoder and its options                            #
  30. ################################################################################
  31. Base64cmd='AmiTCP:bin/Base64Decode %sf %df USEMINLEN > nil:' 
  32. B64cmdFail=20                   #Return Code of 'DISK FULL' for Base64Decode
  33.  
  34. ################################################################################
  35. #  Where to find FlashFind                                                     #
  36. ################################################################################
  37. ScanProg='Utils:FlashFind'      #where FlashFind resides
  38.  
  39. ################################################################################
  40. #  Where to find the UU decoder and its options                                #
  41. ################################################################################
  42. UUcmd='AmiTCP:bin/UUout %sf BUFSIZE=150 IGNORETERMINATION USEBASENAME > nil:'
  43. UUcmdFail=10                    #Return Code of 'DISK FULL' for UUout
  44.  
  45. ################################################################################
  46. #  Handle source directory & all subdirectories (YES/NO)                       #
  47. ################################################################################
  48. Recursive=NO
  49.