home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Utilities / arc2arc / arc2arc.prefs < prev    next >
Encoding:
Text File  |  2000-10-06  |  1.0 KB  |  41 lines

  1. /*
  2.  * Arc2Arc configuration file
  3.  *
  4.  * Note: This is an Arexx script that is passed to INTERPRET.
  5.  * So don't change the comment or quotation style. Just edit
  6.  * the values to suit your system.
  7.  */
  8.  
  9. /* Number of dearchivers */
  10. dearc.0 = 9
  11.  
  12. /* Dearchivers */
  13. dearc.1 = '.TAR.GZ untar020 KEEP'   /* Childpatterns before parentpatterns */
  14. dearc.2 = '.GZ gzip -d -c >'        /* GZip requires redirection */
  15. dearc.3 = '.LZX unlzx -x'
  16. dearc.4 = '.ZIP unzip'
  17. dearc.5 = '.LZH lha x'
  18. dearc.6 = '.TGZ untar020 KEEP'
  19. dearc.7 = '.LHA lha x'
  20. dearc.8 = '.DMS execute sys:dos/dms2dir' 
  21. dearc.9 = '.ADF unadf DEST ""'
  22.  
  23. /* Number of archivers */
  24. arc.0 = 3
  25.  
  26. /* Archivers */
  27. arc.1 = 'LHA lha a'                 /* arc.1 = default archiver */
  28. arc.2 = 'LZX cc:lzx040 -bi128 -bo128 -e -F -M4000 -Qf -r -9 a'
  29. arc.3 = 'ZIP cc:zip -R -9'
  30.  
  31.  
  32. /* Where to create arc2arc tmpdir */
  33. tmpdir = 't:'
  34.  
  35.  
  36. /* Error string: 'No dearchiver found for'  */
  37. nodearcstr = 'No dearchiver found for'
  38.  
  39. /* Overwrite prompt: 'Overwrite it?' */
  40. overwritestr = 'Overwrite it?' 
  41.