View Single Post
  #3  
Old 05-06-2010, 10:49 AM
CCUC CCUC is offline
Junior Member
 
Join Date: May 2010
Posts: 4
CCUC is on a distinguished road
Default

Re: error: 'ereader2html.py' is not recognized as an internal or external command...


Quote:
Originally Posted by Stream Recorder View Post
You need to run ereader2html.py from the directory where it is located. Or you need to specify the path to it explicitly. Repeat the steps mentioned above.
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?
Reply With Quote