Skip to content

sukov/SymbianSisFilesOrganiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Symbian SIS/SISX File Organizer by UI Platform

A Windows batch script for organising Symbian SIS/SISX application packages by their target UI platform.
Ideal for managing large Symbian software archives without manual sorting.

The script inspects SIS metadata to determine platform compatibility and then copies or moves files into platform-specific directories.

Features

  • Detects Symbian UI platform from SIS/SISX metadata
  • Organises files into platform-based folders
  • Supports copy and move modes
  • Dry-run (info) mode to preview actions
  • Optional platform combine (e.g. grouping similar S60 variants)
  • Automatic archive extraction (including nested archives), processing the first SIS file found (works best if WinRAR is installed)

Usage

  1. Download the latest release from this repository
  2. Extract it to your Desktop (or any preferred directory)
  3. Open Command Prompt and navigate to the script location:
    cd /d %USERPROFILE%\Desktop
  4. Run:
    reorganiseSisFilesByPlatform.bat PATH_TO_SYMBIAN_FOLDER

Command-Line Options

  • -i
    Info mode — shows where files would be placed without copying or moving them.

  • -mv
    Move mode — moves files instead of copying them.

  • -combinePlatform
    Platform grouping — merges closely related platforms into a single folder (e.g. all S60 2nd Edition variants → S60v2).

SISInfo Dependency

Symbian OS9+ platform detection is handled using SISInfo, a Symbian SIS inspection library.

About

Organises Symbian application (sis/sisx) files into folders based on UI platform.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors