Short: Manipulate GRiD OS floppy images Author: @KirillLeyfer (Kirill Leyfer) Uploader: polluks+aminet sdf lonestar org (Stefan Haubenthal) Type: disk/misc Architecture: ppc-morphos This is a tool for manipulating GRiD OS floppy images. Usage: ccos_disk_tool [ -i image | -h ] OPTIONS [-v] Examples: ccos_disk_tool -i image -p [-s] ccos_disk_tool -i image -d ccos_disk_tool -i image -y dir_name ccos_disk_tool -i image -a file -n name [-l] ccos_disk_tool -i src_image -c name -t dest_image [-l] ccos_disk_tool -i src_image -e old name -n new name [-l] ccos_disk_tool -i image -r file -n name [-l] ccos_disk_tool -i image -z name [-l] ccos_disk_tool -i image --create-new -i, --image IMAGE Path to GRiD OS floppy RAW image -h, --help Show this message -v, --verbose Verbose output OPTIONS: -w, --create-new Create new blank image -p, --print-contents Print image contents -s, --short-format Use short format in printing contents (80-column compatible, no dates) -d, --dump-dir Dump image contents into the current directory -a, --add-file FILE Add file to the image -y, --create-dir NAME Create new directory -r, --replace-file FILE Replace file in the image with the given file, save changes to IMAGE.out -c, --copy-file NAME Copy file from one image to another -e, --rename-file FILE Rename file to the name passed with -n option -t, --target-name FILE Path to image to copy file to -z, --delete-file FILE Delete file from the image -n, --target-name NAME Replace / delete / copy or add file with the name NAME in the image -l, --in-place Write changes to the original image