Product : Scifer Archiver and Compression Filename : scifer_102_alpha.exe Type : console version Version : 1.0.2 alpha Status : Not Released * Note -| The current available console versions does not support HTTP ------------------------------------------------------------------------------------------------ Command Line Syntax with Example [ MYFOLDER represents input file/folders ] ------------------------------------------------------------------------------------------------ Archive Creation ------------------------------------------------------------------------------------------------ Description |Command Line ------------------------------------------------------------------------------------------------ * Create an archive. >scifer_102_alpha MYFOLDER * Create an archive with multiple files or folders as input. >scifer_102_alpha MYFOLDER1 MYFILE1 MYFOLDER2 * Create an archive in bufferless mode (without huffman,LZW,Sliding window or variants). >scifer_102_alpha -c1 MYFOLDER * Create an archive in forced text type compression. >scifer_102_alpha -d1 MYFOLDER * Create an archive in normal mode with larger dictionary. >scifer_102_alpha -w:65535 MYFOLDER * Create a passphrase protected archive. >scifer_102_alpha -p:T2585 MYFOLDER * Create an archive from HTTP STREAM FILE(only direct file links will be processed). >scifer_102_alpha http://www.senthilkumarr.com/g2565.png * Selective Inclusion of files to archive. (eg.all the files containing .jpg in their filename) >scifer_102_alpha -ft:.jpg MYFOLDER * Create an archive in a different output path other than default. Pathname + Filename have to be specified. The New filename must not exist otherwise will be included as input file. >scifer_102_alpha c:\newarch.sen MYFOLDER -------------------------------------------------------------------------------------------------- Extracting from archive -------------------------------------------------------------------------------------------------- .SEN archive * Extract from archive >scifer_102_alpha -d MYFOLDER.sen * View Files Information from archive. >scifer_102_alpha -v -d MYFOLDER.sen * Save and View File Information from archive. >scifer_102_alpha -ls -v -d MYFOLDER.sen * Selective Extraction of files from archive. (eg.all the files containing .jpg in their filename) >scifer_102_alpha -ft:.jpg -d MYFOLDER.sen .XML and .BA * Extract from archive >scifer_102_alpha -de MYFOLDER.xml * View Files Information from archive. >scifer_102_alpha -v -de MYFOLDER.xml * Save and View File Information from archive. >scifer_102_alpha -ls -v -de MYFOLDER.xml * Selective Extraction of files from archive. (eg.all the files containing .jpg in their filename) >scifer_102_alpha -ft:.jpg -de MYFOLDER.xml * Extract from archive if .BA path is in different location. >scifer_102_alpha -de MYFOLDER.xml c:\binary\MYFOLDER.ba * Note For Extracting files from WEB ,the same format applies except MYFOLDER have to be replaced by http file full address. eg. >scifer_102_alpha -d http://www.senthilkumarr.com/testfile.sen -------------------------------------------------------------------------------------------------- (C)Copyright 2008 Senthil Kumar R --------------------------------------------------------------------------------------------------