View Single Post
Old 10-04-2010, 02:03 AM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,802
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
make a temp dir near the root of C:
Open a command prompt
(Type xcopy /? for more info)
Code:
 xcopy D:*.mobi c:\temp /S
replace the D: with the letter for your CD drive
replace the C:\temp with the path to the temp place to put the files
What the slash S does is searches all the folders on the cd for *.mobi files
Once a CD has been done
Use Calibre add books from Directories (since you only have Mobi it does not matter)
Note that mobi may not exist on early CD's, use prc
theducks is offline   Reply With Quote