> Hi all, This will probably sound like a really simple question but is
> there any way of calling javadoc from the command prompt on a load of
[quoted text clipped - 4 lines]
> Thanks
> JS
Have you tried writing javadoc without any parameters?
javadoc -d doc\ *.java

Signature
Beware the False Authority Syndrome
JS - 17 Dec 2005 17:26 GMT
> Have you tried writing javadoc without any parameters?
>
> javadoc -d doc\ *.java
No I havent but I have now, Thanks a lot zero