From 742aa4b90137373f9cae3fae73570ec91c88cec5 Mon Sep 17 00:00:00 2001 From: Chris Torrence Date: Sun, 11 Oct 2020 16:03:50 -0600 Subject: [PATCH] Add po2dsk --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 790e1fd..90541f3 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,19 @@ into those of a .po (ProDOS-order) file. Most Apple II emulators can handle bot but certain utilities (with which I wanted to use existing .dsk images) assume ProDOS-ordered files. -Usage is just (assuming you've done chmod 755 dsk2po.py, else precede with python command): +Usage is just (assuming you've done `chmod 755 dsk2po.py`, else precede with python command): -./dsk2po.py image.dsk + ./dsk2po.py image.dsk This will create image.dsk.po alongside it. Pretty much no checking is done. It just goes through 35 tracks and converts them, then ends. This can be used as an action for find, like so: -find imagefolders/\*/\*.dsk -exec ./dsk2po.py {} \; + find imagefolders/\*/\*.dsk -exec ./dsk2po.py {} \; -...which was mostly the point. \ No newline at end of file +...which was mostly the point. + +You can also go the opposite direction: + + ./po2dsk.py image.po