⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arjl.txt

📁 Arj压缩程序
💻 TXT
📖 第 1 页 / 共 2 页
字号:
Example ARJ commands:  Add files minus directory structure:        ARJ a -e archive *.*  Add two files to archive:                   ARJ a archive name1 name2  Add files to archive with verification:     ARJ a -jt archive *.*  Add files with maximum compression:         ARJ a -jm archive *.*  Add several directories of files:           ARJ a archive ... dir1 dir2 dir3  Add thousands of files to an archive:       ARJ a -hm1 -r archive *.*  Add a chapter to an archive:                ARJ ac archive c:\dir\*.* -r  Comment archive header only:                ARJ c archive -zcmt.fil  Convert standard archive to chapter:        ARJ cc archive  Convert chapter archive to standard:        ARJ y archive -jb0  Delete the last chapter from an archive:    ARJ dc archive *.*  Strip archive comment only:                 ARJ c archive -zNUL  Extract files from archive:                 ARJ e archive  Extract maintaining directory structure:    ARJ x archive  Extract new and newer files without query:  ARJ e archive -u -y  Extract subdirectory from archive:          ARJ e archive subdir\*.* -p1  Extract files to directory:                 ARJ x archive destdir\ *.*  Extract files to directory:                 ARJ x archive *.* -htdestdir  Extract files to directory with space:      ARJ x archive "Program Files\ "  Extract files to directory with space:      ARJ x archive "-htProgram Files"  Extract a Win95 archive to plain DOS:       ARJ x archive -hf2  List files in archive:                      ARJ l archive  Move files to archive:                      ARJ m archive *.doc  Move files from archive:                    ARJ e -d archive *.doc  Recover files from a damaged archive:       ARJ x archive -jr  Test integrity of files in archive:         ARJ t archive  Test multiple ARJ archives:                 ARJ t *.ARJ -hr  Add files to a multiple volume archive:     ARJ a -va a:archive *.*  Create up to 999 archive volumes:           ARJ a -va a:archive.001  Extract from a multiple volume archive:     ARJ x -v a:archive  Create a multiple volume self-extractor:    ARJ a -va -je a:archive *.*  Convert archive to self-extractor:          ARJ y -je1 archive  Backup drive C to drive A:                       ARJ a A:\backup C:\ -a1 -b2 -r -vvas -wC:\ -js -jt -hk  Restore backup on drive A to drive C:       ARJ x A:\backup C:\ -vv -yMore detailed ARJ information:Usage:  ARJ <command> [{/|-}<switch>[-|+|<option>]...] <archive_name>[.ARJ]            [<base_directory_name>\] [<!list_name>|<path_name>|<wild_name>...]        or        ARJ @response_filename [ -& | -+ | -g? | -hy | -gpassword ]<Commands> ac: Add Chapter to chapter archive      m: Move files to archive cc: Convert archive to Chapter archive  n: reName files in archive dc: Delete last Chapter from archive    o: Order files in archive  a: Add files to archive                p: Print files to standard output  b: execute Batch or dos command        q: recover damaged ARJ file  c: Comment archive files               r: Remove paths from filenames  d: Delete files from archive           s: Sample files to screen with pause  e: Extract files from archive          t: Test integrity of archive  f: Freshen files in archive            u: Update files to archive  g: Garble files in archive             v: Verbosely list contents of archive  i: check Integrity of ARJ.EXE          w: Where are text strings in archive  j: Join archives to archive            x: eXtract files with full pathname  k: remove obsolete bacKup files        y: copY archive with new options  l: List contents of archive<Main defaults>  Save path information in archive  Save long filenames  Save/restore extended attributes  Save/restore file date-time created and accessed in Win95 and OS/2  Save timestamps in the UNIX format under UNIX-like operating systems  Don't save drive and root in path information  Display comment ANSI sequences with built-in display handler  Prompt before overwriting output files  Use method 1 compression  Use binary mode  Use ! as list file symbol  The "ac" command is an abbreviation for "u -u2 -jb"  The "cc" command is an abbreviation for "y -jb"  The "dc" command is an abbreviation for "d -jb"  ARJ uses OEM codepage by default in Win32 systems. The "-hy" option sets ARJ  to use the ANSI codepage which is the Windows graphical environment default.  ARJ/Win32 self-extracting archives should be built using the "-hy" option.  To ensure compatibility with previous versions of ARJ, the "-2d" parameter  has to be specified when archiving under UNIX.<User prompt responses>  Yes     - yes  No      - no  Quit    - abort out of ARJ  Always  - always assume yes for current type of query  Skip    - always assume no for current type of query  Global  - always assume yes for all queries except diskette volume prompts  Command - prompt for and execute one system command<Switches>  -: disables switch char                p: match using full Pathnames  +: inhibits ARJ_SW usage              p1: match Pathname with subdirs     +var: set environment variable      q: Query on each file  @: set 1 token per response file line  r: Recurse subdirectories  !: set list char (!)                   s: set archive time-Stamp to newest  &: set batch critical error handler   s1: save original time-Stamp  #: select files by number             s2: set archive time-Stamp  $: add/extract volume label           s3: save both original time-Stamps     $A: add/extract label to drive A    t: set file Type (default 0)  a: allow any file Attribute               t0: set binary file type a1: any files, directories and UNIX    t1: set C text file type     special files                          t1f: force C text file type  b: Backup changed files                   t1g: set C text with graphics b1: Backup changed, reset archive bits  u: Update files (new + newer) b2: only reset archive bits            u1: Update files (new + OLDER) b3: reset archive bit during restore   u2: Update files (new + different) b4: do not restore bits, reset arc     u3: Update files (new + CRC mismatch) b5: do not restore any file attributes  v: enable multiple Volumes  c: skip time-stamp Check                  v360:  build 362000 byte volumes  d: Delete added files                     v50K:  build 50000 byte volumes     asks permission before deleting        va:    auto-detect space available d1: Delete without permission (same as     vda:\*.*: delete a:\*.*     "arj m")                               ve:    use alternate volume naming d2: Truncate instead of deleting           vi:    inhibit diskette change test  e: Exclude paths from names               vr50K: reserve 50000 bytes of e1: Exclude base dir from names                   space on first volume  f: Freshen existing files                 vs:    provide command prompt f1: Freshen with OLDER files               vsCMD: execute CMD before each vol f2: Freshen with DIFFERENT files           vv:    beep between volumes f3: Freshen with CRC mismatched files      vw:    keep Whole files in volumes  g: Garble with password                   vz:    provide command with no echo     gstew: garble with password stew       v360,v720,v1200,v1440: abbrevs     g?: prompt for password                Volume options may be in any order  i: show no progress Indicator             except s and z which must be last i1: show bar graph Indicator            w: assign Work directory i2: show percentage and bar graph          wTMP: use TMP as work directory i3: total progress percentage           x: eXclude selected files i4: total progress bar graph               x*.EXE: exclude *.EXE files i5: total percentage and bar graph         x!NAMES: exclude files in NAMES i6: total percentage and file graph        multiple exclusions are allowed  k: Keep a .BAK of ARJ archive          y: assume Yes on all queries except  l: create List_name file                  diskette volume prompts     lNAMES.LST: create NAMES.LST           Use this switch for batch mode  m: with Method 0, 1, 2, 3, 4           z: supply archive comment file     m0: store (no compression)             zARC.CMT: use ARC.CMT for comments     m1: good compression (default)         zNUL: use to strip comments     m2: less memory and compression     _: convert filenames to lower case     m3: FAST! less compression     m4: FASTEST! least compression  n: only New files (not exist)  o: On or after YYYYMMDDHHMMSS     o:       on today     o19901225: on/after 12/25/1990 ob: Before YYYYMMDDHHMMSS     ob:       before today     ob19901225: before 12/25/1990 od: no older than N Days     od5: five or less days old oa: After YYYYMMDDHHMMSS (last access)     oa:       on today     oa19901225: after 12/25/1990oab: Before YYYYMMDDHHMMSS (last access)     oab:      before today     oab19901225: before 12/25/1990 oc: After YYYYMMDDHHMMSS (created)     oc:       on today     oc19901225: after 12/25/1990ocb: Before YYYYMMDDHHMMSS     ocb:      before today     ocb19901225: before 12/25/1990<Shifted switches> h#: append date string to name         hi: detailed display in Index files

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -