home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / prohstfw.zip / WGM-MAKE.DOC < prev    next >
Text File  |  1992-08-03  |  6KB  |  156 lines

  1.               WGM-MAKE v.1.2 PCBoard(tm) Directory File Maker
  2.                      Copyright (c) 1992, Wayne G. Maas
  3.  
  4.  
  5. Introduction
  6. ────────────
  7. WGM-Make is a utility for PCBoard sysops that will help in the creation
  8. of PCBoard file directories.  This utility that will read a DOS
  9. directory and create a PCBoard file directory text file.  This utility
  10. will come in real handy to add files to the BBS without having to do a
  11. local upload.
  12.  
  13.  
  14. Features
  15. ────────
  16. WGM-Make will search each compressed file for FILE_ID.DIZ or DESC.SDI
  17. description files.  If it detects one of these files, it will add the
  18. description to the directory file. If a description file is not found,
  19. an appropriate description is used.  The compression utilities that are
  20. supported in this version are ARC (PKPAK), ARJ, LZH, PAK, ZIP and ZOO.
  21. WGM-Make will also add or remove comments in ZIP and ARJ compressed
  22. files.
  23.  
  24.  
  25. Running WGM-Make
  26. ────────────────
  27. To run WGM-Make, simply enter WGM-MAKE (with out any parameters) at your
  28. DOS prompt to display the help screen.  The following parameters are
  29. required for WGM-Make to execute properly.
  30.  
  31. The syntax for WGM-Make is:
  32.  
  33.     WGM-MAKE /D<path> /F<name> [/I]
  34.  
  35.  
  36.     /D<name>      This parameter is used to tell WGM-Make which
  37.                   directory to create the PCBoard directory file for.
  38.                   This has to be a valid DOS directory.
  39.  
  40.     /F<name>      This parameter is used to tell WGM-Make the name of
  41.                   the PCBoard directory file to create.  This has to be
  42.                   a valid DOS filename and can include a drive and/or
  43.                   pathname. IF A FILE EXISTS WITH THE NAME SPECIFIED, IT
  44.                   WILL BE DELETED!
  45.  
  46.     /C<name|NONE> This parameter is used to tell WGM-Make to add or
  47.                   delete comments in ARJ or ZIP compressed files.
  48.                   Specifying /cNONE will remove comments and /c<name>
  49.                   where <name> is a valid dos filename, will add the
  50.                   comment file to the ARJ or ZIP compressed files.
  51.                   WGM-Make will only accept a filename or NONE, not
  52.                   both.
  53.  
  54.     /I            This parameter is optional.  It tells WGM-Make not to
  55.                   look into the compressed files for the description
  56.                   files.
  57.  
  58.     Example #1
  59.     ──────────
  60.  
  61.     WGM-MAKE /Dc:\newfiles /Fc:\pcb\gen\dirup
  62.  
  63.         This example will read the C:\NEWFILES directory and add all the
  64.         files found to a text file called C:\PCB\GEN\DIRUP.  This will
  65.         also look in all the compressed files and add the description
  66.         file if found.
  67.  
  68.     Example #2
  69.     ──────────
  70.  
  71.     WGM-MAKE /Dc:\newfiles /Fc:\pcb\gen\dirup /I
  72.  
  73.         This example will read the C:\NEWFILES directory and add all the
  74.         files found to a text file called C:\PCB\GEN\DIRUP.  This
  75.         example will tell WGM-Make not to look for the description
  76.         files.
  77.  
  78.     Example #3
  79.     ──────────
  80.  
  81.     WGM-MAKE /Dc:\newfiles /Fc:\pcb\gen\dirup /I /Cnone
  82.  
  83.         This example will read the C:\NEWFILES directory and add all the
  84.         files found to a text file called C:\PCB\GEN\DIRUP.  This
  85.         example will tell WGM-Make not to look for the description
  86.         files.  This will also tell WGM-Make to remove any comment files
  87.         in ARJ or ZIP compressed files.
  88.  
  89.     Example #4
  90.     ──────────
  91.  
  92.     WGM-MAKE /Dc:\newfiles /Fc:\pcb\gen\dirup /I /Ccomment.txt
  93.  
  94.         This example will read the C:\NEWFILES directory and add all the
  95.         files found to a text file called C:\PCB\GEN\DIRUP.  This
  96.         example will tell WGM-Make not to look for the description
  97.         files.  This will also tell WGM-Make to add the text file
  98.         COMMENT.TXT as a comment to ARJ or ZIP compressed files.
  99.  
  100.  
  101. Registration Fee
  102. ────────────────
  103. There is none.  This is being released as FREEWARE.
  104.  
  105.  
  106. Support
  107. ───────
  108. Support for this program as well as all the other WGM utilities are
  109. supported on Innovative Computer Services.  The number is (516)
  110. 226-3727.  All questions will be answered in conference #84 (WGM
  111. Software Support).  If you are expierencing any problems, you can reach
  112. me there.  I will NOT accept any voice calls so please use the support
  113. BBS.
  114.  
  115.  
  116. Other WGM Utilities
  117. ───────────────────
  118.  
  119.   WGM-DMS   PCBoard Directory Manipulation System.
  120.             Create directory headers, conference DIR files, bulletins
  121.             and master file listings.  A must for every sysop.
  122.  
  123.   WGM-CASE  PCBoard File Directory Case Converter.
  124.             Convert text in PCBoard file directories to several formats.
  125.  
  126.   WGM-SORT  PCBoard DIR.LST File Sorter
  127.             Sorts PCBoard DIR.LST files so your download directories are
  128.             in sorted order.
  129.  
  130.   WGM-CNFN  PCBoard CNFN File Generator
  131.             This utility is a must for any sysop who maintains mail
  132.             networks on their system.  If you are constantly
  133.             move/adding/deleting conferences, this will take the pain
  134.             away from creating a new CNFN file everytime.
  135.  
  136.  
  137. Revision History
  138. ────────────────
  139.  
  140. v.1.0   July 30, 1992   - Inital release.
  141.  
  142. v.1.1   August 3, 1992  - Enhancement release.
  143.                           Added:    Program will look for the specified
  144.                                     PCBoard file directory and append to
  145.                                     it if it exists, otherwise the
  146.                                     directory file will be created. Took
  147.                                     out the beta symbol in the version
  148.                                     number. Oops!
  149.  
  150. v.1.2   August 4, 1992  - Enhancement/Bug fix release.
  151.                           Bug Fix:  Program was using "/" as a date
  152.                                     separator instead of the "-" that
  153.                                     PCBoard uses.
  154.                           Added:    The ability to add or delete ARJ/ZIP
  155.                                     comments from the compressed file.
  156.