Command line

Dn-Famitracker may be invoked from the command line to open a file, or to export a module to another file type.

Open

Dn-Famitracker [module filename]

This command line will start Dn-Famitracker and open the specified module document.

Play

Dn-Famitracker [module filename] -play

This command will automatically play the module when the program starts.

Export

Dn-Famitracker [module filename] -export [export file] [optional log file] [DPCM file for BIN export]

This command line will export the specified module file to the specified export file. Any messages created by the export process will be sent to the specified log file. After exporting, Dn-Famitracker will close without opening its main window. This is intended for automated processing of module files.

The type of export is determined by the file extension used.

Known export file extensions:

If the export file extension is not known, the first custom export plugin will be tried instead, if available. The DPCM file is only required for BIN export; it is ignored in other cases.

Disable crash dumps

Dn-Famitracker [module filename] -nodump

This command will disable the crash dump generation, for cases where these are undesirable.

Log

Dn-Famitracker [module filename] -log

This command will enable the register logger, available in debug builds only.


For more info and help, run Dn-Famitracker -h


Back to interface · main index