You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Embarrassing question from a dumdum noob but, how do I actually run this thing?
I have both NET6 and Ghostscript installed as mentioned.
I got the book downloaded from K and got three files .azw - .mbpV2 - .azw.res
I put them in a folder AzwDir
I believe I changed the settings correctly in AzwConvertSettings.json to point to that.
For example
"AzwDir": "D:\\Applications\\CbzMage1.0_Win\\AzwDir",
"CbzDir": "D:\\Applications\\CbzMage1.0_Win\\CbzDir",
I right-click in the folder to open terminal, then type AzwConvert
PS D:\Applications\CbzMage1.0_Win> AzwConvert
Get this error
AzwConvert : The term 'AzwConvert' is not recognized as the name of a cmdlet, function, script file, or operable
program.
I tried
PS D:\Applications\CbzMage1.0_Win> .\CbzMage AwzConvert
PS D:\Applications\CbzMage1.0_Win> AzwConvert D:\Applications\CbzMage1.0_Win\AzwDir
Still nothing.
Again, new at this so it might be something stupidly easy that I'm missing or don't know how to do lol
UPDATE: apparently yes, it was something stupidly easy I was missing lol
I was typing
.\CbzMage AwzConvert
when I should have been typing
.\CbzMage.exe AwzConvert
All works find now.
I'll just leave this here in case it helps anyone in the future :)
Beta Was this translation helpful? Give feedback.
All reactions