One Line to Convert ePub File Into the Mobi File in PowerShell Apr 8th, 2012 • Permalink gci *.epub | % {iex $("kindlegen {1} -c2 -o '{0}.mobi'" -f $($_.BaseName -replace "\."," "),$_.Name)}