engrus

Table of Contents

  1. Overview
  2. Supported formats
  3. Basics
    1. How to install or uninstall
    2. How to set up file associations
    3. How to open an archive or disk image
    4. How to open a self-extracting (SFX) archive
    5. How to extract an archive or disk image
    6. How to create a new archive
    7. How to create a self-extracting archive
      1. How to create 7Z self-extracting archive
      2. How to create RAR self-extracting archive
    8. How to create an encrypted archive
    9. How to create a multi-volume archive
    10. How to create and use packing profiles
    11. How to add, update or remove files in an archive
    12. How to view archive’s properties
    13. How to set up a password
  4. Checksums
  5. Integration with plug-ins
    1. How to view installed plug-ins
    2. How to install new WCX plug-ins

How to create and use packing profiles

If you often create similar archives with the same parameters, TC4Shell allows you to set up reusable packing profiles which contain all packing parameters that you select, such as archive type and compression ratio. To create a new packing profile, select Pack to in the shortcut menu of a file you want, select the necessary archive format and related parameters in the window that opens, and then click Save as profile.

TC4Shell save as profile.png

Enter the profile’s name, choose the archive’s default name, and then click OK. The profile will be saved or replaced (if it already exists) and then will appear in the Pack to>With profile menu.

TC4Shell save as profile.png

If you want to create a hierarchy of packing profiles, consider using the "|" character to separate the parent profile from its subprofiles. In this case, the Pack to>With profile menu will be displaying the list of profiles as a tree.

In addition, you can use the variables listed in the list for the Pack file to archive and Comments fields when creating a new profile:

  • %DEFAULTPATH% – default path to the archive

    Example: if you pack the files stored in C:\Data\ folder, the variable’s value will be "C:\Data\"

  • %DEFAULTNAME% - default name of the archive

    Example: if you pack the files stored in C:\Data\ folder, the variable’s value will be "Data.ext" where ".ext" is archive file extension

  • %YEAR%, %MONTH%, %DAY%, %HOUR%, %MIN%, %SEC% - date and time of the packing procedure

    Example: if you set the archive name "C:\Backups\%YEAR%.%MONTH%.%DAY%.zip", the resulting archives will be named like C:\Backups\2024.04.26.zip

Important! If you specify any variable in the archive’s name during profile creation, the Save as profile dialog will be displaying only the profile’s name.

To create an archive from a given profile, select this profile from the Pack to>With profile menu. Then in the Pack files window that appears, you will see all previously configured parameters for the profile with already populated values, e.g. 2024 instead of %YEAR%. If you want to view the initial variables (e.g. for editing purposes), simply hold the Shift key when choosing a profile. You can delete the profile with Delete profile.