home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / fznew100.lha / FzNew.doc < prev    next >
Text File  |  1992-08-14  |  1KB  |  33 lines

  1.  
  2. FzNew by Niklas Sjöberg (or Sjoberg in mail-world) at 2:203/415.3
  3. FzNew will only run under Foozle, in non CM-mode! (normal mode)
  4. FzNew is pure and can be made resident.
  5.  
  6. FzNew is a program which 'emulates' the listprogram as when option lformat
  7. is specified, except that FzNew will ONLY list NEW messages in the message-
  8. base. This means that if you run FzNew directly after import all the new
  9. messages will be listed. Output is sent to stdout, so you better re-direct
  10. the output and then execute the script file via c:Execute. FzNew is useful
  11. for all programs that process *.MSG regulary (like XPK/packers, remappers,
  12. receipt programs, scanners  etc. etc.)
  13.  
  14. Usage: FzNew <dir(s)/> <commandstring>
  15.  
  16. <commandstring> may contain any text. The %s inserted in this string will be
  17. replaced by the full path and name of the message. NOTE that if the total
  18. evaluated <commandstring> will exceed 255 characters FzNew is very much
  19. likely to crash or do something very stupid! (AmigaDOS don't accept command-
  20. lines longer than 255 characters anyway)
  21.  
  22. An example:
  23. FzNew mail:R20_Amiga/ "MyReceipt_Checker %s from * ANSWER SUBJECT got_your_mail"
  24.  
  25. Which might expand to:
  26.  
  27. "MyReceipt_Checker mail:R20_Amiga/133.MSG from * ANSWER SUBJECT got_your_mail"
  28.  
  29. FzNew is indeed useful with XpkSmart.
  30.  
  31. Enjoy! (who need long manuals?)
  32.  
  33.