C4IN Report Share Posted June 18, 2018 HI, I had to create an ISO file from command line, I'm using a portable version (CDBurnerXP-x64-4.5.8.6795), and WIN 10 Everytime I try do burn files into iso file it says this: "Creating ISO image at C:\Users\xxx\Desktop\test.iso:, 421 Files, Size: 196,88 MB An error (80040298) occured while executing the command: exception from HRESULT: 0x80040298" Command is this: C:\Users\xxx\Downloads\CDBurnerXP-x64-4.5.8.6795\cdbxpcmd.exe --burn-data -iso:C:\Users\xxx\Desktop\test.iso: -folder:C:\Users\xxx\Documents\Burn Thanks for support. Quote Link to post Share on other sites
floele Report Share Posted August 10, 2018 I think the ":" at the end of the ISO file name is not working. You need to specify a valid file name. Quote Link to post Share on other sites
rhazor Report Share Posted October 5, 2018 I can confirm I get same error. The problem was that the path contained spaces. So remove/replace spaces in the path with underscores or something. Offtopic: CDBurnerXP command line still doesn't support volume labels longer than 16 characters, if name is longer, it gets stripped down to 16 characters. This is an outdated standard from the 90s. DVD players support longer titles for ages now, retail DVDs contain volume labels longer than 16 characters. Quote Link to post Share on other sites
floele Report Share Posted October 12, 2018 If you have spaces in your path, you need to enclose it in double quotes (as documented). Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.