home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / MSDOS / GOPHER / PC_SERVE / HAMBURG / GOPHDOC.ZIP / GOPMKDIR.DOC < prev    next >
Encoding:
Text File  |  1993-02-22  |  1.1 KB  |  38 lines

  1.         GOPMKDIR, a tool for the Gopher server
  2.             (c) Gunter Hille, 22-FEB-93
  3.  
  4. This small program creates a file 00GOPHER.GOP containing all files
  5. which were selected by the command line parameters.
  6. This program works recursively in all subdirectories starting at the
  7. specified root directory.
  8.  
  9. Usage: gopmkdir <rootdir> <wildcard> [ <wildcard> ]
  10.  
  11. You can specify a file by its full name or using wildcards, e.g.
  12.  
  13.     gopmkdir c:\documents *.doc *.txt
  14.  
  15. Don't forget the backslash when creating an entry for the root directory
  16.  
  17.     gopmkdir \ *.txt
  18.  
  19. As the file 00GOPHER.GOP needs information about your host address, the
  20. environment variable MYIP must be set. A Gopher port number of 70 is
  21. assumed.
  22.  
  23. The headline shown to a Gopher client is the first line of the selected 
  24. file. Information about the size of the text is included in the headline.
  25. Please check your documents! If you find this reference, the first line
  26. of the document is empty:
  27.  
  28. 0   2KB [No headline].....
  29.  
  30.  
  31.  
  32. Gunter Hille            (Hille@informatik.uni-hamburg.de)
  33. Computer Science Department
  34. University Hamburg
  35. Vogt-Koelln-Str. 30
  36. D-2000 Hamburg 54
  37. Germany
  38.