The Media Manager is a command line tool to handle several emulator media formats.
The Media Manager is entirely controlled by arguments passed to it:
mediamanager.exe [-d64/-d81 <disk image>]
[-t64 <tape file>]
[-import <file name>[,load address]]
[-filetype <prg,usr,seq,rel,del>]
[-export <file name>]
[-rename <file name>]
[-renameto <file name>]
[-delete <file name>]
[-listfiles]
load address can be given as decimal, hexadecimal (prefix $ or 0x)
The filename given to -renameto is used for the actually written file when exporting
The filename given to -renameto is used for the file info entry when importing
Sets the media manager in disk (.d64/.d81) mode and sets the image filename to the following argument
Sets the media manager in tape (.t64) mode and sets the image filename to the following argument
Imports a file in the selected medium. The used load address defaults to $0801, but can be overridden by adding ,loadaddress to the filename.
-renameto can be used to override the file name inside the medium.
The load address is interpreted as decimal unless $ or 0x is prefixed, then it is treated as hexadecimal.
Defines as which kind of file type the file is imported. This just sets the type bits, no special processing is done.
Exports a file with the passed name from the medium. If -renameto is not set the actually written file uses the same file name as inside the medium.
Source file name to rename, new file name must be given via -renameto.