HXCFE Command Line Parameters

HxC Floppy Emulator on Amstrad CPC support
Post Reply
Muckypaws
Posts: 3
Joined: Wed Mar 30, 2016 6:04 pm

HXCFE Command Line Parameters

Post by Muckypaws »

Hello,

I'm trying to find a list of HXCFE command line parameters that I can use to convert SFC files to Amstrad DSK.

I can do this via the UI, however I'm scripting the process as I have a few hundred physical disks to convert.

Is there an online manual for the command line program? or can someone provide the actual command line syntax please?

I've tried

Code: Select all

./hxcfe_cmdline/App/hxcfe -finput:./scp/RainbowIslands.scp -foutput:./cpc/RI.dsk -CONV:AMSTRADCPC_DSK -verbose -usb:0
Thank you :)

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: HXCFE Command Line Parameters

Post by Jeff »

"-usb:0" is to use a USB HxC floppy emulator ( https://www.youtube.com/watch?v=bZ4YdBl9mc0 , https://www.lotharek.pl/productdetail.php?id=43), not to convert files. Remove this argument.

Post Reply