I'm not sure exactly what that means but if I add echo infront of the copy command I get:
================================================
C:\Program Files\Program Files Portable\Calibre Portable>for /F "tokens=* delims= " %a in ('dir/b *.htmlz') do (
echo copy "%a" "%~Na.zip"
"C:\Program Files\Program Files Portable\ubook\uBook.exe" "%~Na.zip"
)
File Not Found
C:\Program Files\Program Files Portable\Calibre Portable>Pause
Press any key to continue . . .
============================================
|