Quote:
Originally Posted by CCUC
Here are the steps I followed:
1.Install Python.
2.Create a working directory. (eBook)
3.Copy ereader2html.py to the working directory.
4.Copy Bill_America_s_Finest_Compa.pdb file to the ebook directory.
5.Open File Explorer and navigate to the working directory.
6.Right click an item in the list on the left and select "Properties".
7.Highlight the directory information after "Location:". Right click and select "Copy".
8.Open command prompt (in Windows).
9.Type: "cd " (no quotes needed) and right click to paste the directory information you just copied, and hit enter. (cd C:\Documents and Settings\CCUC DOCS\My Documents\BOOKS\Bill Staton\eBook )
10.From command prompt, enter the command as documented:
ereader2html.py Bill_America_s_Finest_Compa.pdb outdir "My Name" 1234567812345678
And then I receive: 'ereader2html.py' is not recognized as an internal or external command, operable program or batch file.
Is something that I am doing wrong?
|
So Bill_America_s_Finest_Compa.pdb and ereader2html.py are located in the following directory?
Code:
C:\Documents and Settings\CCUC DOCS\My Documents\BOOKS\Bill Staton\eBook
And when you use command prompt, you launch ereader2html.py from the same directory?