winrar alternative

Read about winrar alternative, The latest news, videos, and discussion topics about winrar alternative from alibabacloud.com

Deformation of winrar self-extracting files

It is particularly emphasized that there is a risk of modification. Please back up your data before modification! Note: For WINRAR self-extracting files (hereinafter referred to as "self-extracting files"), I don't want to introduce them more here. If you are interested, you can search for relevant information by google or baidu, the following tutorial explains how to decompress the file.Introduction: One bottleneck of Self-extracting files is that af

WinRAR (WINZIP) compression and decompression implementation (C # window platform)

The principle of this article is to use the Windows platform-installed WinRAR (WinZip) to implement calls to C # programs (Note: WinRAR compression decompression WinZip is also applicable).Let's take a look at the support invocation command of WinRAR (WINZIP) itself:Compression command: a {0} {1}-r "{0}: File name after compression | {1}: File physical path to be

Use WinRAR to create secure encrypted files

Do anyone who uses WinRAR to compress various files know that WinRAR can be used as an encryption software in addition to compressing files, you only need to set a password when compressing the file to protect the data. However, because of this, the cracking software dedicated to WinRAR passwords is everywhere. The password length is no longer the biggest obstacl

WinRAR 3.93 registration code (the purest Cracking Method)

WinRAR is the most widely used compression software with simple operations and user-friendly interfaces. It can be said that it is a necessary tool software for computers. For Dell computers purchased by the organization, the WinRAR 3.93 evaluation version is installed randomly. These days, the purchase window is always displayed. It's annoying to go online and get a registration code, the purest way to cr

WinRAR how to disguise classified documents as MP3 songs

We often use WinRAR as encryption software, when the file is compressed to set the password can achieve the purpose of protecting data. But there are so many cracked software specifically for WinRAR passwords, although setting a long password can prevent others from brute force, it is more important not to draw attention to your confidential documents--if the other person does not pay attention to your file

WinRAR method of making self-extracting EXE file

I tried to open the exe file, and indeed opened a PPT. And incredibly still in the side generated a lot of files, it looks like a compressed package to extract the same, the file is scattered in the ground. This file is called a self-extracting file. So how is this kind of document made? Use WinRAR to make self-extracting files: Make sure the computer is installed on a winrar basis, right-click on the fi

WinRAR how do I expect compressed file size?

Multiple files or a folder without a combination of compression, no one knows how much they are compressed together, here we will apply to the WinRAR "estimate" function. Let's take a look at how winrar estimates the size of the compressed file. Specific tutorials: Please open the WinRAR window, select the folder or file that you want to compress, and th

WinRAR how to Advertise

Some friends use WinRAR to open the compressed package, there will be pop-up ads, annoying. So, how to winrar advertising? To solve this problem, it is not difficult, as long as the activation of WinRAR, there is no advertising. The following small series to teach you how to activate Wnrar, operation is very simple, small white can easily learn. Firs

How winrar ads are removed

Often use WinRAR users are aware that since the upgrade or download winrar the latest version, we open rar, zip, 7z and other compressed format files will appear in the pop screen ads, although the popup window is relatively small, but for the users often use to the compressed package, will inevitably bring some inconvenience, So how do winrar ads get rid of it?

Anti-Virus Attack and Defense Research: Use WinRAR and AutoRun. inf for self-launch

Anti-Virus Attack and Defense Research: Use WinRAR and AutoRun. inf for self-launchI. Preface from a series of previous studies, we can find that in order to enable the "virus" to start itself, I am also painstaking and have adopted various methods, it is often necessary to write lengthy code and have a lot of knowledge about the underlying system or registry. This time, I plan to discuss two simple ways to use Wi

WinZip vs WinRAR

Alas, I recently learned about the netbeans plug-in, so I downloaded a source code. Who knows that there is always a problem with decompression, so there will be no downtime, and there will be more than a number of versions. But there is still a problem. Finally, we found that the problem was caused by WinZip. Only WinZip is installed in the internship company. The company is feeling strange ". Some advocate standards and copyright, but they still use cracking. The following source file is. Zip.

Use WinRAR to automatically back up important data

Each person's computer has a lot of valuable information, such as your paper, letters in outlook, ie favorites, RSS links in feeddemon, etc. The importance of backup is often needless to say, but how can we make backups easy and simple, instead of heavy work? I found many backup tools on the Internet and found that they are either very expensive, there are also various defects (such as not using a common compression format). Later I found that this task can be completed only with

WinRAR why the temporary files cannot be deleted

Why winrar temporary files that are just uncompressed in the Windows Temp folder cannot be automatically deleted by winrar? Even if the WinRAR software has been turned off. This is because files in a temporary folder are generated when you extract files from a compressed package or open a compressed file with an external viewer by using the Drag method. In some c

Windows for loop finds files in bulk and compresses and deletes the original files with WinRAR

Requirements: Due to MSSQL2005 backup without compression function, in order to save space for backup compression.Workaround: Find all the. Bak backup files in the backup directory to compress and delete the original filesThe command is as follows:FOR/R "D:\_sql_data_back"%f in (*.bak) do "C:\Program Files\winrar\winrar.exe" a-tk-ep1-m5-df-y "%f.rar" "%f"The bat script is as follows:@echo offfor/r "D:\_sql_data_back"%%f in (*.bak) do "C:\Program Files

WinRAR Introduction to command line mode usage

Due to the work of the data packaging, by the way the next WinRAR command line mode, wrote some examples, the basic usage is as follows:Test compressed File Preparation: Folder Test_data, the internal contains subfolders, respectively, stored some *.log and *.txt files.The test code is as follows:1 REMcompress all files, compress by type, zip package2WinRAR.exe a num_all.zip. \test_data3WinRAR.exe a num_txt.zip. \test_data\num*.txt4WinRAR.exe a num_lo

Computer Small white Study Sixth lesson---packaging compression software winrar

Sometimes in order to facilitate the transfer of files over the network, or to save storage space, we can use compressed software to compress packaging operations.There are many compression software. More commonly used is WinRAR, 7zip, good pressure and so on. Let's take winrar as an example to introduce.Download the installation winrar first.After downloading, d

Two methods for creating winrar files in mp3 or jpg format

to generate. RAR compressed file.Step 3: click the file and use WinRAR to open it. Right-click the file and select "Sort mode" in the pop-up menu, no matter which one you choose, you only need to put the MP3 file (or jpg image file) in the compressed file at the beginning of the rarfile. Finally, change the file name suffix of the generated compressed file to. MP3 (or. JPG. Pack and compress the file to be hidden into a rarfile using

Vbs code for winrar password cracking

Copy codeThe Code is as follows: title = "WinRaR deciphering (only deciphering numbers are currently supported )" Set WshShell = CreateObject ("WScript. Shell ") Set fso = CreateObject ("scripting. filesystemobject ") Function input () Rar_path = InputBox ("Enter the rar or zip path to be decrypted" Chr (13) Chr (10) " Chr (13) Chr (10) "Example: C: \ jiemi.rar or C: \ jiemi.zip", title) If rar_path = "" Then Exit Function End If If fso. fileExis

How to bind a Trojan with WinRAR

the theft and browsed. However, a photo of a netizen actually appeared, and it is opened with "Windows Image and fax viewer" (friend's house is an XP System), which must be an image file. The pen extension is .gif, which is obviously an image file. A friend's computer does not have anti-virus software installed, and the most important thing is that the file has not been deleted. I asked my friend to send the file via QQ. When I sent it, I found that the file in the QQ display file name was not

Using WinRAR to manage the Recycle Bin

WinRAR also has a feature that, through its open folder, all files are displayed with the corresponding extensions, and even hidden files are no exception. Furthermore, these files can be deleted, copied, moved, run and so on, very convenient. It is this characteristic of winrar that can manage the "Recycle Bin". A lot of users have occurred in the recycling station full, but how to delete files, bu

Total Pages: 15 1 .... 4 5 6 7 8 .... 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.