jfdelnero / HxCFloppyEmulator

HxC Floppy Drive Emulator toolkit
https://hxc2001.com/floppy_drive_emulator/
87 stars 13 forks source link

CLI: Export multiple formats at once #17

Closed Sanqui closed 3 months ago

Sanqui commented 3 months ago

When using the command line interface, it would be useful to enable exporting multiple formats at once, for example with such an interface:

hxcfe.exe \
 -finput:'20231029_test2-0001/track00.0.hxcstream' \
 -conv:GENERIC_XML -foutput:'floppy.xml' \
 -conv:BMP_IMAGE -foutput:'floppy.bmp'

Otherwise it is necessary to run the program multiple times, wasting minutes of time and CPU cycles as the data is re-processed from scratch.

jfdelnero commented 3 months ago

Good idea ! I am checking how to implement this.

jfdelnero commented 3 months ago

@Sanqui This is now implemented. You can test the new version : https://hxc2001.com/download/floppy_drive_emulator/HxCFloppyEmulator_soft_beta.zip

Sanqui commented 3 months ago

Thank you, I will test it soon!

Sanqui commented 3 months ago

Works perfectly, thank you for the prompt feature implementation :+1: