Cleanup readme

This commit is contained in:
michaelangel007 2023-04-06 19:15:45 -07:00
parent 05c790532f
commit a29a8b0215
1 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# Apple 2 ProDOS (Virtual Disk) Utilities # Apple 2 ProDOS (Virtual Disk) Utilities
`ProdosFS` is a command-line utility to create and manipulate virtual ProDOS volume images for emulators.
**NOTE:** This is still a work-in-progress. **NOTE:** This is still a work-in-progress.
Commands that work: Commands that work:
@ -24,11 +26,11 @@ Usage: <dsk> <command> [<options>] [<path>]
Defaults to: / Defaults to: /
catalog Catalog (long form) catalog Catalog (long form)
[<path>] Path of virtual sub-directory to view [<path>] Path of virtual sub-directory to view
Defaults to: / NOTE: Defaults to: /
cp Add file(s) to volume cp Add file(s) to volume File type will auto-detected based on filename extension.
<path> Destination virutal sub-directory to add to i.e. BAS, BIN, FNT, TXT,SYS, etc.
There is no default -- it must be specified
-access=$## Set access flags -access=$## Set access flags
NOTE: Defaults to $C3
$80 Volume/file can be destroyed $80 Volume/file can be destroyed
$40 Volume/file can be renamed $40 Volume/file can be renamed
$20 Volume/file changed since last backup $20 Volume/file changed since last backup
@ -47,6 +49,9 @@ Usage: <dsk> <command> [<options>] [<path>]
-type=$## Force file type to one of the 256 types -type=$## Force file type to one of the 256 types
-moddate=MM/DD/YY Set last modified date to specified date -moddate=MM/DD/YY Set last modified date to specified date
-modtime=HH:MM Set last modified date to specified time -modtime=HH:MM Set last modified date to specified time
<path> Destination virutal sub-directory to add to
There is no default -- it must be specified
NOTE: Options must come first
dir Catalog (long form) dir Catalog (long form)
This is an alias for 'catalog' This is an alias for 'catalog'
get Extract file from volume get Extract file from volume