home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PRINT / MULCO403.ZIP / BRUCE403.DOC next >
Text File  |  1994-03-31  |  30KB  |  599 lines

  1. BRUCE403.DOC
  2. 03/30/94
  3.  
  4. This documentation provides some overview information on a number of utilities
  5. that have been posted by Wayne Software.  All programs described herein were
  6. written by Bruce Guthrie.  Most are distributed with a Wayne Software copyright.
  7. Others were written for the U.S. Department of Commerce.  All are free for use
  8. provided relevant documentation is kept with the programs, no changes are made
  9. to the programs or documentation, and they are not bundled with commercial
  10. programs or charged for separately.
  11.  
  12. CHANGE, CONVERT, FILUPDAT, FIXCHARS, and READ are excluded from the commercial
  13. packaging restriction.  These programs are owned by the U.S.  Department of
  14. Commerce and may be re-distributed without restriction.  For these programs, I
  15. may be reached at the e-mail address BGU@CU.NIH.GOV (note--this address may
  16. change in the future).  (BGU@CU.NIH.GOV reaches me for the other programs too
  17. but I'm not to use government resources for Wayne Software things even if
  18. they're free.)
  19.  
  20. People who need to bundle AV, BFIND, COPSINCE, DIRCOMP, DIRTOTAL, FILL, FIXTEXT,
  21. FORTUNE, MULTICOL, NETSORT, READINIT, or READMAKE-created files in commercial
  22. packages other than shareware/freeware collections must pay a $50 registration
  23. fee to "Wayne Software" at the following address.  READMAKE-created files are
  24. also subject to this limitation.  I don't expect to make any money from these
  25. utilities but I don't want others to sell them instead.
  26.  
  27. Comments and suggestions can also be sent to:
  28.  
  29.                 Bruce Guthrie
  30.                 Wayne Software
  31.                 113 Sheffield St.
  32.                 Silver Spring, MD 20910
  33.  
  34.                 fax: (301) 588-8986
  35.  
  36. Foreign users:  Please provide an Internet address in all correspondence.
  37.  
  38.  
  39. The utilities are uploaded with a ZIP name that includes the year and month of
  40. the release.  These names are:
  41.  
  42.          AVymm.ZIP        AV program
  43.                           w/CONFIGWS
  44.          BFINDymm.ZIP     BFIND program
  45.                           w/CONFIGWS
  46.          CHANGymm.ZIP     CHANGE program
  47.                           w/CONFIGWS
  48.          CONVRymm.ZIP     CONVERT program
  49.                           w/CONFIGWS
  50.          COPSymm.ZIP      COPSINCE program
  51.                           w/CONFIGWS
  52.          DIRCOymm.ZIP     DIRCOMP program
  53.          DIRTOymm.ZIP     DIRTOTAL program
  54.                           w/CONFIGWS
  55.          FILLymm.ZIP      FILL program
  56.                           w/CONFIGWS
  57.          FILUPymm.ZIP     FILUPDAT program
  58.          FIXCHymm.ZIP     FIXCHARS program
  59.          FIXTXymm.ZIP     FIXTEXT program
  60.                           w/CONFIGWS
  61.          FORTNymm.ZIP     FORTUNE program
  62.          MULCOymm.ZIP     MULTICOL program
  63.          NETSOymm.ZIP     NETSORT program
  64.          READymm.ZIP      READ program
  65.                           w/CONFIGWS program
  66.                           w/READINIT program
  67.                           w/READMAKE program
  68.  
  69.  
  70. This collection of utilities were compiled using Microsoft's VisualBASIC for DOS
  71. 1.0 compiler.  In each case, Thomas G.  Hanlin III's excellent PBClone routines,
  72. release 2.2, provided additional functionality.  Each of the utilities are
  73. separately described in a like-named *.DOC file.  This documentation
  74. (BRUCEymm.DOC--the file release date is indicated by the "ymm" parameter) serves
  75. to summarize what the various utilities consist of.
  76.  
  77. Several of the routines have defaults that can be changed by the program
  78. CONFIGWS.EXE which is included in the appropriate ZIP's.
  79.  
  80. Wayne Software also writes programs, batch files, and sets up menu systems for
  81. people on a for-fee basis.  If you desire this service, contact Wayne Software
  82. at the address specified above.
  83.  
  84.  
  85. --------------------------------------------------------------------------------
  86.  
  87. Summary of programs:
  88.  
  89. A summary of each routine follows.  See the associated *.DOC files for fuller
  90. explanations:
  91.  
  92. AV.EXE:  Archive directory viewer.  Presents list of files in archive (ZIP, ARC,
  93. etc) and lets you sort as desired.  Also allows resetting of the file date based
  94. on the archive's contents.  Syntax:
  95.  
  96.     AV filespec [ /-P | /P ] [ /Ox | /O-x ] [ /DATE ] [ /Q ] [ /? ]
  97.  
  98. BFIND.EXE:  Allows Boolean-type FIND requests.  For example, find any line with
  99. one string AND another one, or any line with one string OR another.  The syntax
  100. shown below is incomplete since "search" allows a lot of choices and allows the
  101. use of parens and Boolean operators.  Syntax:
  102.  
  103.     BFIND [ /V | /-V ] [ /C | /-C ] [ /N | /-N ] [ /I | /-I ] [ /P | /-P ]
  104.       [ /-HEADER | /HEADER ] { search } infile [ /? ] [ >filename ]
  105.  
  106. CHANGE.EXE:  Processes change commands in files.  Files can be of any size and
  107. type (e.g.  binary or text) and are processed quickly.  Up to twenty-five change
  108. commands can be processed in a single pass.  Also provides ability to remove
  109. trailing spaces from text files.  Syntax:
  110.  
  111.     CHANGE infile [ ctlfile | /Cctlfile |
  112.       /FROM string /TO string [ /IN search ] ]
  113.       [ /LINES { line1-line2 | line1 linect } ... ] [ /V | /-V ] [ /I | /-I ]
  114.       [ /Noutfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] ]
  115.       [ /Fflagfile ] [ /Ttempfile ] [ /TRIM | /-TRIM ]
  116.       [ /BINARY | /TEXT ] [ /VERIFY | /-VERIFY ] [ /Q ] [ /? | /?&H ]
  117.  
  118. CONFIGWS.EXE:  Lets you change some of the defaults for some of the programs.
  119. Is included in the ZIP file with whatever routines it supports.  Syntax:
  120.  
  121.     CONFIGWS [ routine ] [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /? ]
  122.  
  123. CONVERT.EXE:  Converts data between data formats:  FROM dBase, ASCII-delimited
  124. (commas between fields and quotes around strings), and fixed field TO Lotus WKS,
  125. ASCII-delimited, dBase, and fixed field.  Syntax:
  126.  
  127.     CONVERT infile [ outfile [ deffile ] ] [ [ /DEF=deffile ] [ /DEF | /-DEF ]
  128.       [ /OVERWRITE | /-OVERWRITE | /APPEND | /OVERASK ]
  129.       [ /FROM FIXED | /FROM ASCII | /FROM DBF ] [ /DELETED ]
  130.       [ /TO FIXED | /TO ASCII | /TO WKS | /TO DBF ] [ /HEADER | /-HEADER ]
  131.       [ /DELIMS=aroundstrings,aroundnums,betweenfields ] [ /BEEP | /-BEEP ]
  132.       [ /INMISS=val ] [ /INMISSC=val ] [ /OUTMISS=val ] [ /OUTMISSC=val ]
  133.       [ /SKIP | /MISSING | /ABORT ] [ /Q ] [ /? | /?&H ]
  134.  
  135. COPSINCE.EXE:  Copies all files modified since a given date.  Primarily used for
  136. making sure you have a back-up of stuff and also to copy updated programs to
  137. another place.  Lets you define your own groupings of files if desired.  Syntax:
  138.  
  139.     COPSINCE [ from_dir | from_dir\filespec [ to_dir ] ] [ /TO to_dir ]
  140.       [ mm/dd/yy | -n ] [ /ALL | /TEXT | /filetype ] [ /-I ]
  141.       [ /REPLACE | /-REPLACE ] [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  142.  
  143. DIRCOMP.EXE:  Similar in some ways to DOS's REPLACE command but adds ability to
  144. delete extra files in the destination subdirectory, copy hidden and system
  145. files, and prepare a report showing inconsistencies.  Syntax:
  146.  
  147.     DIRCOMP directory1 directory2 [ /S ] [ /CREATE ]
  148.       [ /UPDATE ] [ /KILL ] [ /CLONE ] [ /MOVE ] [ /ATTR=[H][S][R] ] [ /NET ]
  149.       [ /Frptfile | /-F ] [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ]
  150.       [ /ALL ] [ /Td: ] [ /Q ] [ /? ]
  151.  
  152. DIRTOTAL.EXE:  Prepares report showing files in subdirectory or drive.  Allows
  153. some restriction requests (show only files with date greater than a certain
  154. value).  Similar to Norton's FF and Ray Van Tassle's WIZ command (which is a
  155. great program but it doesn't work on network or CD-ROM discs) in some ways but
  156. presents a more formal report.  Also allows you to look for duplicate file names
  157. and search by attributes or dates.  Syntax:
  158.  
  159.     DIRTOTAL [ [ drive: ] ... [drive:][filespec] |
  160.         [ drive: ] ... [drive:]\path[\filespec] ]
  161.       [ /NORMAL | /WIDE | /THIN | /SPLIT ] [ /DUPS ] [ /CHILD ]
  162.       [ /NL ] [ /-HEADERS ] [ /-FOOTERS ]
  163.       [ /S { GT | GE | LT | LE | EQ | NE } value ]
  164.       [ /D { GT | GE | LT | LE | EQ | NE } mm/dd/yy ]
  165.       [ /ATTR=attr ] [ /Frptfile ] [ /Z | /-Z ] [ /SUB | /-SUB ]
  166.       [ /Ox | /O-x ] [ /BEEP | /-BEEP ] [ /Td: ] [ /+DIR | /-DIR ] [ /Q ] [ /? ]
  167.  
  168. FILL.EXE:  Program designed to move files off to floppy diskettes, taking the
  169. biggest files first and skipping those that won't fit.  Also provides option of
  170. splitting large files up, labeling output disks, and creating a status report.
  171. Syntax:
  172.  
  173.     FILL [ source-filespec ] [ dest-drive: | dest-drive:\path\ ]
  174.       [ /MOVE | /COPY ] [ /PROMPT | /-PROMPT ]
  175.       [ /OVERWRITE | /-OVERWRITE | /OVERSKIP | /OVERASK ]
  176.       [ /Ox | /O-x ] [ /Xfilespec ]... [ /WIPE | /-WIPE ] [ /MULTI | /SINGLE ]
  177.       [ /SPLIT ] [ /LABEL=label [ /START=n ] ] [ /Fstatfile [ /S+ | /S- | S* ]
  178.       [ /CONTINUAL ] [ /BEEP | /-BEEP ] [ /Q ] [ /? ]
  179.  
  180. FILUPDAT.EXE:  Program which compares a selected list of files in a source path
  181. against those in another path and copies those that have been updated.  Similar
  182. to DOS' REPLACE command but works from a stored list of files and can handle any
  183. number of directories.  Syntax:
  184.  
  185.     FILUPDAT ctlfile
  186.       [ /Flist_file [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ] ]
  187.       [ /FULL ] [ /ALL ] [ /Q ] [ /? ]
  188.  
  189. FIXCHARS.EXE:  Program which removes non-standard print characters from a text
  190. file.  Translates graphics characters into their ASCII equivalents.  Also
  191. expands tabs and removes backspaces.  Is primarily intended for people who have
  192. problems printing a file.  Pretty much replaced by the FIXTEXT.EXE program.
  193. Syntax:
  194.  
  195.     FIXCHARS infile { outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] |
  196.       /REPLACE } [ /BINARY | /TEXT ] [ /Frptfile | /-F ] [ /-EJECT ]
  197.       [ /Q ] [ /? ]
  198.  
  199. FIXTEXT.EXE:  Program which applies a user-definable character-translation table
  200. to a text file.  Can allow you to convert graphics characters to their ASCII
  201. equivalents, lowercase letters to uppercase letter, etc.  Can also be used to
  202. translate DOS text files to Mac or Unix text files and vice versa.  Can also
  203. expand tabs, remove trailing spaces, and remove backspaces.  Syntax:
  204.  
  205.     FIXTEXT infile { outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ] |
  206.       /REPLACE } [ /Iinitfile | /-I ] [ /TEXT | /-TEXT ] [ /EJECT=str ]
  207.       [ /CRLF | /CR | /LF | /-LINE ] [ /TO CRLF | /TO CR | /TO LF | /TO -LINE ]
  208.       [ /WIDTH=n ] [ /Frptfile | /-F ] [ /Q ] [ /? | /?&H ]
  209.  
  210. FORTUNE.EXE:  Program which adds some fine-tuning to the DOS FOR command.
  211. Among other things, this lets you distinguish file name roots from their
  212. extensions as well as increment file names by specified values.  Syntax:
  213.  
  214.     FORTUNE { IN (set) | IN filespec | /IN (set) | /IN filespec }
  215.       [ /AS filename ] [ /OVERWRITE | /APPEND | /-OVERWRITE | /OVERASK ]
  216.       [ /VAR=char ] [ /DELIM=chars ] [ /+n | /-n ] [ /S ] [ /Xfilespec ] ...
  217.       [ /ECHO | /-ECHO ] [ /ABORT | /-ABORT ] [ /PAUSE | /-PAUSE ] [ /? ]
  218.       { DO cmd | /DO cmd }
  219.  
  220. MULTICOL.EXE:  Program creates multiple column listings from straight ASCII
  221. text, ASCII-delimited text, or dBase files.  Also does subtotalling.  Can
  222. also be used to add headers and footers to standard one-column text.  Syntax:
  223.  
  224.     MULTICOL infile outfile [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  225.       [ /DELIM="string" ] [ /LINES=n ] [ /WIDTH=n ] [ /EJECT | /-EJECT ]
  226.       [ /COLUMNS=n ] [ /-WRAP | /WRAP [ /INDENT=n ] | /REFLOW ]
  227.       [ /Cctlfile ] [ /SETUP="string" ] [ /RESET="string" ]
  228.       [ /{ TITLE | HEADER | FOOTER }[ R | C | L ][ 1 to 5]="text" ]
  229.       [ /{ TITLE | HEADER | FOOTER }{ T | B }="string" ]
  230.       [ /-TITLE ] [ /FROM FIXED | /FROM ASCII | /FROM DBF ] [ /DELETED ]
  231.       [ /DEF=deffile ] [ /DEF | /-DEF ]
  232.       [ /DELIMS=aroundstrings,aroundnums,betweenfields ] [ /BEEP | /-BEEP ]
  233.       [ /SKIP | /MISSING | /ABORT ] [ /GAP=n ] [ /TALLY ]
  234.       [ /INMISS=val ] [ /INMISSC=val ] [ /OUTMISS=val ] [ /OUTMISSC=val ]
  235.       [ /SUM={ col_spec | var_spec } ] [ /BREAK={ col_spec | var_spec } ]
  236.       [ /PRINT={ col_spec | var_spec } ] [ /? | /?&H ]
  237.  
  238. NETSORT.EXE:  Slow but effective method for physically sorting files in a
  239. directory on a Banyan Vines (and possibly other) server.  Also works on
  240. DOS disks but Norton's DS command is better.  Syntax:
  241.  
  242.     NETSORT [ path ] [ /S ] [ /Ox | /O-x ] [ /BEEP | /-BEEP ] [ /? ]
  243.  
  244. READ.EXE:  Text file browser.  Supports marking, copying text, reading Unix
  245. and Mac text files, etc.  Only works with files of 16,000 lines or less (maybe
  246. 800,000 bytes).  Other text viewers are out there.  This one has some advantage
  247. because it's free!  Syntax:
  248.  
  249.     READ [ filespec | @flistfile ] [ /TITLE="title" ] [ /DATE=NONE ]
  250.       [ /line ] [ /Pport ] [ /-I ] [ /DOS | /-DOS ]
  251.       [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /-MOUSE ] [ /? ]
  252.  
  253. READINIT.EXE:  Creates and maintains the READ.INI file which may be used by
  254. READ.EXE, READWK.EXE and any self-viewable file created by READMAKE.EXE.
  255. Syntax:
  256.  
  257.     READINIT [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /-I ] [ /? ]
  258.  
  259. READMAKE.EXE:  Program which takes an ASCII-text file and makes it
  260. self-viewable.  Provides same capabilities as the READ program.  Syntax:
  261.  
  262.     READMAKE infile [ outfile ] [ /OVERWRITE | /-OVERWRITE | /OVERASK ]
  263.       [ /DATE=FILE | /DATE=TODAY | /DATE=NONE ] [ /TITLE="text" ] [ /? ]
  264.  
  265.  
  266. -------------------------------------------------------------------------------
  267.  
  268. Where to find them on the Internet:
  269.  
  270. In general, I no longer copy utilities to regular computer bulletin boards.
  271. While users are encouraged to do so, it's a lot easier for me to post them using
  272. ftp on the Internet.  I post them directly on the Simtel archives at
  273. oak.oakland.edu and they are available there using anonymous ftp.  Subdirectory
  274. names have been undergoing some revisions out there of late but the directories
  275. should stay roughly the same.  The version numbers (indicated by the three
  276. digits before the .zip extension) may change as they reflect the last release
  277. date of the program ("403" is March 1994).  The versions listed below are
  278. current as of March 1994.
  279.  
  280. Off pub/msdos/, look for:
  281.  
  282.      arcutil/av403.zip        Archive view: Free ZIP etc directory viewer
  283.      textutil/bfind401.zip    Boolean FIND command (BFIND BEGIN & END)
  284.      textutil/chang402.zip    Change strings in text files
  285.      spredsht/convr403.zip    Convert dBase, ASCII-delim, fixed, 1-2-3
  286.      dirutil/cops401.zip      Copies files modified since given date
  287.      dirutil/dirco403.zip     Updates files based on source directory
  288.      dirutil/dirto403.zip     Directory lister and totaller
  289.      diskutil/fill402.zip     Stuffs as many files as possible on disk
  290.      dirutil/filup401.zip     Copy updated files based on a control list
  291.      textutil/fixch401.zip    Replace non-printable ASCII codes
  292.      textutil/fixtx401.zip    Translate text file characters en masse
  293.      batutil/fortn403.zip     Fine-tunes DOS FOR command w/options
  294.      textutil/mulco403.zip    Multicolumn text with headers, dBase supported
  295.      network/netso401.zip     Sorts files in Banyan Vines directories
  296.      textutil/read403.zip     Free viewer, also make any text self-viewing
  297.  
  298. Note that the versions above are subject to change.  The last three digits
  299. before ".zip" indicate the last digit of the year and the two digit month.
  300. Depending on how often I've updated things, you might find something like a 402
  301. version instead of 401 when you go to look.
  302.  
  303. If you can't get all of the utilities from your own sources, send $10 to the
  304. address above and I'll send you everything.  Please specify disk size/density.
  305.  
  306. Another Wayne Software product, called The DEMO System, is released as a
  307. shareware program.  The DEMO System is a unique system designed to create
  308. text-screen demos, tutorials, help screens, etc.  Look for the file
  309. DEMOSymm.ZIP.  On oak.oakland.edu, it's in pub/msdos/ as:
  310.  
  311.      screen/demos401.zip      Create tutorials, demos, menu systems, etc.
  312.  
  313. The following are other programs that I've written either as Department of
  314. Commerce or as Wayne Software.  These programs are no longer officially updated
  315. but they would be if someone expressed interest in them.  On oak.oakland.edu,
  316. look under pub/msdos/ as:
  317.  
  318.      textutil/add304.zip      Adds a column of numbers
  319.      fileutil/conct305.zip    Concatenate files incl on multiple floppies
  320.      spredsht/readw308.zip    Free WKS/WK1 file viewer
  321.      textutil/take1304.zip    Takes first occurence of a record
  322.  
  323. --------------------------------------------------------------------------------
  324.  
  325. Beta-zoids...  Thanks to:
  326.  
  327. Beta testers are always desired for these utilities.  You don't get a damned
  328. thing out of being one (which is about what I get for writing them) but it
  329. doesn't cost you much besides an hour or two and lets you have more of an impact
  330. on the future courses of the routines.  In order to be a beta tester, you have
  331. to be able to receive uuencoded files via e-mail (so forget CompuServe and
  332. Prodigy people; sorry).  If you're interested, drop a message to me at
  333. bgu@cu.nih.gov and tell me which routine(s) you're interested in being on the
  334. list for.
  335.  
  336. Existing routines have gotten suggestions, comments, and even complements from
  337. all over the world (definitely something I *love* about the Internet).  No money
  338. of course but the ego's a powerful thing to feed!  (The flamers of course should
  339. be burned at the stake or maybe start writing their own programs instead of
  340. criticizing other people's.) Thanks to (and sorry for screwing up some of these
  341. addresses and for forgetting to put in others)...
  342.  
  343. CHANGE:         mcardleb@cosy.uml.edu
  344. CHANGE:         zazovsky@scrsul.sinet.slb.com
  345. CHANGE:         rainer.wuerlaender@statistik.uni-muenchen.d400.de
  346. CONVERT:        haapanen@niini.metla.fi
  347. CONVERT:        rausch@rz.uni-frankfurt.de
  348. CONVERT:        leono@uiuc.edu
  349. DIRCOMP:        mcclell@julian.uwo.ca
  350. DIRCOMP:        ornstedt@it.kth.se
  351. DIRTOTAL:       longr@qus102.qld.tne.oz.au
  352. DIRTOTAL:       westg@rintintin.colorado.edu
  353. DIRTOTAL:       saracen@cix.compulink.co.uk
  354. FILL:           beezer@cc.utah.edu
  355. FILL:           dashiell@nadc.nadc.navy.mil
  356. FILL:           djtooley@undergrad.math.waterloo.ca
  357. FORTUNE:        thth@forsci.ualberta.ca
  358. READ:           ferch@cca.ubc.ca
  359. READ:           mossako@asterix.uni-muenster.de
  360.  
  361.  
  362.  
  363. --------------------------------------------------------------------------------
  364.  
  365. Revision history:
  366.  
  367. Detailed revision history is only maintained for the last two or three releases.
  368. After that, you get the major revision summaries only.  After six months or so,
  369. you get only earth-shattering stuff and after a year you get nothing.  No one
  370. reads this junk anyway, right?  Programmer types like to put in it in just to
  371. justify what they've been doing over the last couple of years.
  372.  
  373. --------------
  374. Release 94/03:
  375.  
  376. AV:  Removed system limits on number of members (and sped things up a bit) if
  377. you specify the /Q (no display, fix date/time stamp).
  378.  
  379. CONVERT:  Fixed up some bugs in /-DEF option as well as for files that are found
  380. in the root directory.  Added /INMISS=var, /INMISSC=var, /OUTMISS=var,
  381. /OUTMISSC=var options.  Dropped /SAS option (temporarily supported still but can
  382. be replaced with /INMISS=.  /OUTMISS=0).  Some bug fixing.  Increased the
  383. maximum number of fields from 100 to 150.
  384.  
  385. DIRCOMP:  Fixed a bug with doing comparisons involving root directories.  Also
  386. fixed bug in /OVERWRITE, /APPEND, /OVERASK, and /-OVERWRITE options.  Modified
  387. program to accept drives with nine (vs six) levels of directories.  Added /Td:
  388. parameter.  Added /MOVE parameter which lets you do pruning and grafting
  389. operations.  Changed the default report file spec to be C:\DIRCOMP.TXT instead
  390. of C:DIRCOMP.TXT.  Minor bug fixing.  Increased path allowance to 67 characters.
  391. /ALL didn't work as promised before; fixed.
  392.  
  393. DIRTOTAL:  Added /+DIR and /-DIR options which may be of use to Novell users.
  394. Increased path allowance to 67 characters.
  395.  
  396. FORTUNE:  Added /S option to process subdirectories as well.  Added support for
  397. up to ten exclusion (/Xfilespec) specifications.  Switched it so that %A and %a
  398. did the same thing--providing full path information for the file.  This became
  399. important once the /S option was introduced.  You can use %R.%E or %1*.%X* to
  400. get what %A used to get you.  Found out that 4DOS processes commands with % in
  401. them differently; you *have* to use /VAR=x under 4DOS.
  402.  
  403. MULTICOL:  Added /INMISS=var, /INMISSC=var, /OUTMISS=var, and /OUTMISSC=var
  404. options.  Some bug fixing.  Added /DELETED option.  Increased the maximum number
  405. of fields from 100 to 150.
  406.  
  407. READMAKE (part of READ):  Didn't work if the text file to be compiled had more
  408. than about 8000 lines.
  409.  
  410. --------------
  411. Release 94/02:
  412.  
  413. CHANGE, CONVERT, FIXTEXT, and MULTICOL:  Documentation left off four hexadecimal
  414. codes.  Fixed it this time.
  415.  
  416. CHANGE:  Fixed a problem with passing in the control file as the second parm.
  417. Also added /Cctlfile parameter (which does the same thing).  Fixed a problem
  418. with "/LINES linenum linect" parm (took one too many lines) and fixed up the
  419. "/?" information for the /LINES parm.
  420.  
  421. CONVERT and MULTICOL:  When the routine displayed exclusion filters, it
  422. accidentally showed them as inclusion ones instead.
  423.  
  424. DIRCOMP:  Added /-F parameter as replacement for /FNUL:  and /SKIP to make it
  425. more consistent with FIXCHARS and FIXTEXT.
  426.  
  427. FILL:  Added reformatting options if /WIPE was specified for the output disk.
  428.  
  429. FORTUNE:  New program.  Definitely in need of beta testers and suggestions!
  430.  
  431. MULTICOL:  Changed it so that blank lines wouldn't be ignored when /COLUMNS=1
  432. was specified.  If anyone wants this configurable in CONVERT or MULTICOL, let me
  433. know.  Added some checking for confused /COLUMNS, /WIDTH, and /DELIM requests.
  434. Fixed /GAPS=n option.  Allowed /FROM FIXED and /DEF=deffile to work together and
  435. added an example of this.  (This capability added the ability to essentially
  436. eliminate undesirable columns in text tables and other things.)  Added /LINES=0
  437. and /-TITLE options, both of which were done to provide continuous pages in
  438. cases of /COLUMNS=1.
  439.  
  440. --------------
  441. Release 94/01:
  442.  
  443. Had a lot of use-or-lose leave at work so had some time to fart around with
  444. these utilities.  I'm sure this release probably includes some bugs which is
  445. a good time to remind people who can accept binary files mailed to them via the
  446. Internet that I'd like beta tester volunteers.  See the note above on this.
  447.  
  448. AV:  Found that the program couldn't handle any archives with more than 820
  449. members (you'd get a message about exceeding the string space).  Will now turn
  450. off all sorting and non-name display options once that number is reached but it
  451. will still display all member names.  Furthermore, the program will now skip any
  452. members beyond 1200.  Who'd exceed those numbers?  Well, I do since I keep all
  453. of my Windows icons as little ICO files (not being a Windows fanatic, I can view
  454. the ICO files outside of Windows so I don't put them into DLL's).  Changed AV /?
  455. so it shows what the the current CONFIGWS-able defaults are.  Added return
  456. codes.
  457.  
  458. BFIND:  Changed BFIND /? so it shows what the current CONFIGWS-able defaults
  459. are.  Added return codes.
  460.  
  461. CHANGE:  Allowed use of &Hxx and \ddd in any case where the program accepts
  462. special codes.  Added decimal values to the expanded help table.  Added /?&H
  463. option which shows you just this table.  Fixed up some inconsistencies in the
  464. documentation as well as errors in the program (well, the features *used* to
  465. work the way I documented them before...).  Modified CHANGE /?  so it shows what
  466. the current CONFIGWS-able defaults are.  Added return codes.
  467.  
  468. CONVERT and MULTICOL:  Both of these routines (which share a lot of subroutines)
  469. shared the following changes:  Allowed use of &Hxx and \ddd in any case where
  470. the program accepts special codes.  Added reference table to the on-line help
  471. which shows you the hexadecimal and decimal equivalents to characters.  Added
  472. /?&H option which shows you just this table.  Added
  473. /DELIMS=aroundstrings,aroundnums,betweenfields parameter which allows you to
  474. specify in one place the delimiters to be used around string fields, around
  475. numeric fields, and between fields for ASCII-delimited input and output records.
  476. The first two options are new.  Removed support for specifying delimiter in
  477. /FROM ASCII=char or /TO ASCII=char; use the new convention instead.  Added
  478. ability to specify up to 10 accept (process only those lines which contain this
  479. string) and reject (delete any lines which contain this string) flags and
  480. allowed the user to specify where the character string should appear (beginning
  481. of record, end of record, within a record).  Dropped support for X= and Z=
  482. specifications in the field-definition file (although both still work for now);
  483. use the /DELIMS= option in the command line and the new /+S, /-S etc options.
  484. Modified /? parm so it shows what the current CONFIGWS-able defaults are.
  485. Currently, filters don't apply to dBase input files.  Should they?  Let me know
  486. if you care.  Added return codes.
  487.  
  488. CONVERT:  See "CONVERT and MULTICOL" write-up above.  Improved some of the
  489. display information.  Dropped the automatic exclusion of lines beginning with "_
  490. (X="_)--use /S-="_ if you need this.  Changed status (input/output count)
  491. indicator to show status every 10 input lines instead of every one and also now
  492. show percentage completed.  Added /DELETED option.
  493.  
  494. COPSINCE:  New program.  I use this all the time to copy files that I modify at
  495. home and bring them to work.  I don't know if anyone else has a use for this but
  496. what the heck.
  497.  
  498. DIRCOMP:  Maintenance release.  Revised documentation somewhat.
  499.  
  500. DIRTOTAL:  Added return codes.  Maintenance release otherwise.
  501.  
  502. FILL:  Fixed a minor bug which prevented the program from copying files that
  503. were exactly as many clusters as the destination had.  Normally, an unlikely
  504. occurrence until /SPLIT was added.  Fixed up a bug that ignored the /START=n
  505. parameter.  Added return codes.
  506.  
  507. FILUPDAT:  Maintenance release.  Revised documentation somewhat.
  508.  
  509. FIXCHARS:  Added /-F option.  This program is pretty well replaced by the
  510. FIXTEXT program which has more functionality but FIXCHARS will still be
  511. supported (as it's used at U.S.  Dept of Commerce).  Added return codes.
  512.  
  513. FIXTEXT:  Added this.  A much more functional version of the FIXCHARS program.
  514. If you previously used FIXCHARS, you can use the same syntax with the new
  515. command unless you used FIXCHARS' /BINARY option (which is somewhat akin to the
  516. new /-LINES option).  FIXTEXT reads the data in large blocks so it's
  517. considerably faster than FIXCHARS in any mode plus FIXTEXT offers lots of new
  518. features.  Still free of course (under normal provisions).
  519.  
  520. MULTICOL:  See "CONVERT and MULTICOL" write-up above.  Fixed up some
  521. inconsistencies in the programming.  Added ability to process regular
  522. fixed-field files (ala CONVERT).  Added support for filters which never worked
  523. before.  Added /BEEP and /-BEEP options.  Added support for MULTICOL in the
  524. CONFIGWS.EXE program.  Switched decimal-character reference codes from "\ddd" to
  525. "/ddd" for printer set-up codes in order to keep in step with the other
  526. programs; so "\027" is now "/027".
  527.  
  528. NETSORT:  Maintenance release.  Added return codes.  Modified /? parm so it
  529. now shows what the CONFIGWS-able defaults are.  Modified docs a bit too.
  530.  
  531. READ:  Added ability to handle Mac and Unix text files (lines ending with,
  532. respectively, CR and LF).  Sped up mouse operations a little bit (previously,
  533. you had to to repeatedly click on the scrollers to get it to move; now you can
  534. just keep the button pressed down).  Added /TITLE="title" and /DATE=NONE
  535. options.  Added titles in the @flistfile file.  Added /-MOUSE option.  Changed
  536. the ERRORLEVEL codes:  0 now means no problems, 254 means file not found, and
  537. 255 means there was a syntax error or /? was requested.  Fixed a bug which
  538. dropped the last line of the file if it didn't end with an expected EOL
  539. character (and blew up if you had only one line in the file and that didn't
  540. have one either).
  541.  
  542. READMAKE (included in READ):  Added /DATE=NONE option.  READ's Mac/Unix
  543. and most other new capabilities were added also.  Added return codes.
  544.  
  545. -------------- (kind of terse)
  546. Release 93/12:
  547.  
  548.   DIRTOTAL:  Many changes.  Added /-HEADERS and /-FOOTERS options.
  549.  
  550.   FILL:  Made /BEEP (instead of /-BEEP) the default.  Added options when /WIPE
  551.   requested.  Added /CONTINUAL option.
  552.  
  553. Release 93/11:
  554.  
  555.   CONVERT:  Fixed a problem with DELIM as passed-in parameter.
  556.  
  557.   FILL:  Fixed a problem with /SPLIT when wildcards were specified and more than
  558.   one large file was in the source specification.  Added /LABEL=label, /START=n,
  559.   /Ffilespec, /S+, /S-, and /S* options.
  560.  
  561.   MULTICOL:  Fixed a problem with DELIM as passed-in parameter.
  562.  
  563. Release 93/10:
  564.  
  565.   DIRTOTAL:  Added output formatting and /DUPS options.
  566.  
  567.   Dropped:  CONCAT and READWK
  568.  
  569. Release 93/08:
  570.  
  571.   AV:  Added /DATE and /Q options.
  572.  
  573.   DIRCOMP:  It's back!  Added /CLONE, /ATTR=[R][H][S], and /SKIP options.
  574.  
  575.   FILL:  Added /SPLIT option.
  576.  
  577. Release 93/07:
  578.  
  579.   READ:  Added F9 (backward search for text).  Fixed a bug in READMAKE--
  580.   searching didn't work at all.
  581.  
  582. -------------- (real terse)
  583. Release 93/05:
  584.  
  585.   New:  NETSORT and READWK.
  586.  
  587.   Dropped:  ADD, DIRCOMP, and TAKE1ST.  DIRCOMP returns in 93/08 version.
  588.  
  589. Release 93/03:
  590.  
  591.   New:  AV and READINIT.
  592.  
  593. Release 93/01:
  594.  
  595.   First release posted on SIMTEL (Internet).
  596.  
  597.   New:  The DEMO System (shareware and not part of normal package).
  598.  
  599.