View Single Post
Old 03-27-2014, 07:57 AM   #15
Vortex
Groupie
Vortex began at the beginning.
 
Vortex's Avatar
 
Posts: 171
Karma: 10
Join Date: Dec 2008
Device: Likebook Mars
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 . . .
============================================
Vortex is offline   Reply With Quote