home *** CD-ROM | disk | FTP | other *** search
- /* Starter program for the NetRexx Documentation Generator */
- parse arg arguments
- parse source . . program
-
- path = left(program,lastpos('\',program)-1)
- classpath = value('CLASSPATH',,'OS2ENVIRONMENT')
-
- 'java -classpath' path'\nrxdoc.zip;'classpath 'com.ibm.de.pheuch.nrxdoc.nrxdoc' arguments
-
-