»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> DocBook Environment (eDE) / DocBook XML Questions / Noob cant get eDE to work
Posted:  31 Mar 2007 07:25
Hi Guru's

i have installed eDE, and read the documentation, now i have created a Docbook XML file with the docbook_create command. If i then run docbook_pdf i get the error message below

Code:


C:\docbook\bat>docbook_pdf.bat SQAPFinal



eDE: creating SQAPFinal.pdf in c:\docbook\output\SQAPFinal\pdf\:

'docbook_configuration.bat' is not recognized as an internal or external command
,
operable program or batch file.
'docbook_process' is not recognized as an internal or external command,
operable program or batch file.


The bat file's are there in the \bat dir, but eDE cant seem to find them. any help would be much apperciated!
Posted:  31 Mar 2007 16:01
Go to DocBook root (i.e. C:\docbook) and issue the command from there as follows:

docbook_pdf SQAPFinal

This should work for you.
Posted:  01 Apr 2007 01:54
Ok, that worked, after i added the bin and bat dir's to the windows path. I mustve missed that in the installation somehow.

Thanks