Skip to content

A powershell script for windows, to convert cbr files to cbz files.

Notifications You must be signed in to change notification settings

frameset/ConvertTo-cbz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ConvertTo-Cbz

ConvertTo-Cbz is a Windows Powershell script for converting comic book rar files (cbr) files to comic book zip (cbz) files.

Installation

Download the .ps1 file from the respository. Import it as a module to add the function to your session.

Import-Module C:\path\to\module\ConvertTo-Cbz.ps1

Usage

   # Convert a folder and subfolder of comics. This is a mandatory parameter.
   ConvertTo-Cbz -Directory "D:\Comics"

   # Convert a folder and subfolder of comics, whilst specifying a particular UnRAR.exe
   ConvertTo-Cbz -Directory "D:\Comics" -UnRARLocation "D:\apps\unrar.exe"

   # Convert a folder of comics, also delete the original cbr file.
   ConvertTo-Cbz -Directory "D:\Comics" -DeleteOriginals:$true

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A powershell script for windows, to convert cbr files to cbz files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published