home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / HARVEY47.ZIP / WHATSNEW.TXT < prev   
Text File  |  1992-09-28  |  2KB  |  54 lines

  1. v4.40 has new command line / variable feature...
  2. -------------------------------------------------------
  3.  
  4. Normal Use:
  5.  
  6.   USE: H datafile
  7.  
  8. Optional Uses:
  9.  
  10.   USE: H !  will produce SAMPLE.$$$ which is a data file template.
  11.             Just use an editor, modify it, and save it as your datafile
  12.             with any legal filename.
  13.   
  14.   USE: H datafile {,message.ext}  where the second command line parameter
  15.             delimited with a , will be used in place of a variable in your
  16.             datafile under one or more destinations.  In the sample.$$$
  17.             file the terminology of "message.ext" is explained.  If you
  18.             replace message.ext with the variable &FILE it will look for
  19.             the message.ext on the command line.  If &FILE is not found,
  20.             then the system will assume the message.ext is blank and
  21.             revert to the --- message text mode.  You might have a default
  22.             message of say...
  23.             ---
  24.             Report not available
  25.  
  26. v4.45 has new command line / variable feature...
  27. -------------------------------------------------------
  28.  
  29. message.ext names (on destination lines) can have DATE variables.  If a $ is
  30. found in message.ext then YYYY will be replaced with 1992, YY with 92, MM 
  31. with 09, and DD with 13 for the date of 09/13/92.  Of course this will always
  32. use the current date.
  33.  
  34.   Examples:
  35.  
  36.       $yyyymmdd.txt will produce 19920913.TXT
  37.       $mm-dd-yy.dat will produce 09-13-92.DAT
  38.  
  39. v4.46 has new command line / variable feature...
  40. -------------------------------------------------------
  41.  
  42. SUBJECT lines (on destination lines) can be entered on the command line.
  43.  
  44. USE: H datafile ,,c:\util\bbslist.zip  where the third command line parameter
  45.           delimited with a , will be used in place of a variable in your
  46.           datafile (under one or more destinations) for the subject line if
  47.           the subject line is a $.
  48.  
  49. v4.47 has new command line / variable feature...
  50. -------------------------------------------------------
  51.  
  52. Increments date/time per message for STUPID dup checking mailers.
  53. Thanks: Ian Silver.
  54.