Short:        BD's ProDOS disk imaging utility
Author:       Brutal Deluxe
Uploader:     polluks+aminet sdf lonestar org (Stefan Haubenthal)
Type:         disk/misc
Version:      1.4.5
Architecture: ppc-morphos
URL:          http://brutaldeluxe.fr/products/crossdevtools/cadius/index.html


cadius v 1.4.5 (c) Brutal Deluxe 2011-2013.
Usage : cadius COMMAND <param_1> <param_2> <param_3>... [-V --quiet] : 
        ----
        cadius CATALOG       <[2mg|hdv|po]_image_path>   [-V]
        cadius CHECKVOLUME   <[2mg|hdv|po]_image_path>   [-V]
        ----
        cadius EXTRACTFILE   <[2mg|hdv|po]_image_path>   <prodos_file_path>    <output_directory>
        cadius EXTRACTFOLDER <[2mg|hdv|po]_image_path>   <prodos_folder_path>  <output_directory>
        cadius EXTRACTVOLUME <[2mg|hdv|po]_image_path>   <output_directory>

        [-A] Extract as AppleSingle
        ----
        cadius RENAMEFILE    <[2mg|hdv|po]_image_path>   <prodos_file_path>    <new_file_name>
        cadius RENAMEFOLDER  <[2mg|hdv|po]_image_path>   <prodos_folder_path>  <new_folder_name>
        cadius RENAMEVOLUME  <[2mg|hdv|po]_image_path>   <new_volume_name>
        ----
        cadius MOVEFILE      <[2mg|hdv|po]_image_path>   <prodos_file_path>    <target_folder_path>
        cadius MOVEFOLDER    <[2mg|hdv|po]_image_path>   <prodos_folder_path>  <target_folder_path>
        ----
        cadius DELETEFILE    <[2mg|hdv|po]_image_path>   <prodos_file_path>
        cadius DELETEFOLDER  <[2mg|hdv|po]_image_path>   <prodos_folder_path>
        cadius DELETEVOLUME  <[2mg|hdv|po]_image_path>
        ----
        cadius ADDFILE       <[2mg|hdv|po]_image_path>   <prodos_folder_path>  <file_path>
        [-C | --no-case-bits]
        Specify a file's type and auxtype by formatting the file name: THING.S16#B30000
        Delimiter must be '#'. Also works with REPLACEFILE, DELETEFILE, etc.
        ----
        cadius REPLACEFILE   <[2mg|hdv|po]_image_path>   <prodos_folder_path>  <file_path>
        [-C | --no-case-bits]
        You may also specify a different type/auxtype for the file you intend to replace
        (i.e. by changing the suffix) 
        ----
        cadius ADDFOLDER     <[2mg|hdv|po]_image_path>   <prodos_folder_path>  <folder_path>
        [-C | --no-case-bits]
        ----
        cadius CREATEFOLDER  <[2mg|hdv|po]_image_path>   <prodos_folder_path>
        [-C | --no-case-bits]
        cadius CREATEVOLUME  <[2mg|hdv|po]_image_path>   <volume_name>         <volume_size>
        [-C | --no-case-bits]
        ----
        cadius CLEARHIGHBIT  <source_file_path>
        cadius SETHIGHBIT    <source_file_path>
        cadius INDENTFILE    <source_file_path>
        cadius OUTDENTFILE   <source_file_path>
        ----