1, install a compression software, there are many online. WinRAR, 360 compression, good pressure can be;
2, we take bandizip compression software for example, after installation, click RAR file will be prompted with what program open, choose Bandizip on it;
3, installed the icon becomes normal, the file icon is not related to the problem, the installation has let you select the file associated, you download a winrar software.
In many cases,
1. Right-click the file to be compressed, select Add to compressed file.
2. Enter the "compressed file name and parameters" of the Operation page, set the "Compressed Files format" and "compressed to volume, size" (General selection of RAR format, compression volume size according to the size of the file to compress and the number of compressed components, such as this example, To compress the file
/// ///unzip the RAR and zip files (there is a need for Winrar.exe (as long as you can extract or compress files on your computer Winrar.exe))/// /// Save directory after extracting files /// The file to be extracted is stored in absolute path (including file name) /// whether the e
ZhangchangchangIn order to obtain a compressed package of files, and the package may contain compressed packets, folders, folders containing compressed packets, files and other nested cases, the use of breadth-first traversal and depth-first traversal method to solve the problem.public static list{String destpath = zippath.substring (0,zippath.lastindexof (".")) + "/";Unzip the compressed file firstif (Zipp
C # Implementation of rar compression and decompression of Files
This document describes how to compress and decompress files in C. Share it with you for your reference. The specific analysis is as follows:
This program uses the WinRAR program to compress the file. For command line syntax, see WinRAR help.
?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Today encountered in the Linux server to extract a few RAR files problem, RAR seems to be win exclusive compression format, so the Linux native tool chain does not support RAR decompression tools. After a series of search to determine a foot linuxrar software, but this software is not free, need to purchase a certifica
Split splitting large filesSystem defaults to self-containing# split-b 2048m AA Aa_-B N[BKM] B. Behalf of 512B,K representative 1kb,m representative of 1MThe following AA indicates the specified file prefixThe result: Aa_aa Aa_abMerge split files:# cat Aa_aa aa_ab > AARAR Splitting large files# apt-get Install rar# rar
In fact, want to achieve this function is very simple, first of all to upload a RAR decompression program, is RAR own decompression program, only need its coreProgram RAR.EXE this file is OK. Then you will upload a program that executes RAR.EXE CMD. EXE This is a program in Windows (don't need me to say it). Finally, we started to implement these procedures. Take a look at the following code
Dim Ylj,
Under Liunx is originally not support RAR file, need to install Liunx under the WinRAR version, operation as followswget http://www.rarsoft.com/rar/rarlinux-4.0.1.tar.gz-zxvf rarlinux-4.0. 1 . TAR.GZCD rar Make#####################################################See the following message that the installation was successful.Mkdir-p/usr/local/binMkdir-p/usr/local/
Method of extracting RAR and zip files in Ubuntu system
In the previous Windows system, there will be many RAR and zip format of compressed files, Ubuntu system by default, these files are not very good support, if you open the "Archive Manager" will prompt errors, So tod
TAR-XVF rarlinux-3.9.3.tar.gzCD rarMakeSee the following message that the installation was successful.Mkdir-p/usr/local/binMkdir-p/usr/local/libCP rar Unrar/usr/local/binCP Rarfiles.lst/etcCP Default.sfx/usr/local/libThe following issue occurs when you run the command rarRAR:/lib/i686/nosegneg/libc.so.6:version ' glibc_2.7 ' not found (required by RAR)Workaround:CP Rar_static/usr/local/bin/rarRAR x Vpsyou.r
Original author: Cold mo
In fact, want to achieve this function is very simple, first of all to upload a RAR decompression program, is RAR own decompression program, only need its coreProgram RAR.EXE this file is OK. Then you will upload a program that executes RAR.EXE CMD. EXE This is a program in Windows (don't need me to say it). Finally, we started to implement these procedures. Take a look at the foll
This program uses the WinRAR program to compress the file. For command line syntax, see WinRAR help.///
/// Use WinRAR for compression
///
///
///
///
///
PublicBool RAR (string path, string rarpath, string rarname)
{
Bool flag =False;
String rarexe; // The complete path of winrar.exe
Registrykey regkey; // registry key
Object regvalue; // key value
String cmd; // WinRAR Command Parameters
Processstartinfo startinfo;
Process proce
Believe that the vast majority of life Win7 system users often encounter compression or decompression files, compressed files can make our data occupy a smaller memory space. But sometimes we win7 the flagship version of the 32-bit system to extract the file, but encountered the problem of the RAR compressed file has been corrupted. So how can we solve such a pro
Label:Add the following script to the server scheduled task, set to execute daily, the file backup path is the path of the script, you must install the compressed file@echo offREM Calculates a date that precedes a specified number of days and is used to delete data for a specified number of daysSet daysago=7set/a year=1REM assumes that the format of the system date is YYYY-MM-DDCall:D atetodays%date:~0,4%%date:~5,2%%date:~8,2% passdaysset/a passdays-=%daysago%Call:D aystodate%passdays% dstyear d
The problem was encountered yesterday when uploading files with no components:Upload picture file no problem, upload rar,zip,wmv and other non-picture files are wrong.The server is window2003.At first I thought there was no component problem, so I changed a few no components of the same error occurred (IIS hint error: Unable to operate), and then I changed a wind
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.