home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / MLRUN11.ZIP / INTELEC.RUN < prev    next >
Encoding:
Text File  |  1992-01-23  |  2.4 KB  |  46 lines

  1. ; The following line contains the message that is to be updated when MAILRUN
  2. ; is executed.  This message string will be centered on its own line.  The @T
  3. ; parameter is replaced with the current time, and the @D paramenter is
  4. ; replaced with the current date.  There should be no more than one message in
  5. ; each .RUN file.  If more than one is entered, only the first one is used.
  6. ;
  7. msg=The last Intelec echo mail run was at @T on @D.
  8. ;
  9. ; MAILRUN will check to determine if the text files that are to be updated
  10. ; already exist on the disk.  If they do, it will search the text file for
  11. ; the message string entered above.  The string will be compared up to the
  12. ; first @ parameter.  If you're using several different .RUN files, you should
  13. ; make each file's message string unique up to the first @ parameter.  Never
  14. ; start a message string with an @ parameter!
  15. ;
  16. ; If the text file doesn't exist, MAILRUN will create it and place the message
  17. ; string on the first line.
  18. ;
  19. ; If you want to spice up the displayed text file, you can create the file
  20. ; before running MAILRUN for the first time.  Simply add a line containing all
  21. ; the characters in the .RUN message up to the first @ parameter, and then end
  22. ; the line with any other character.  For example, a text file which would
  23. ; work with the above .RUN message would be:
  24. ;
  25. ; ────────────────────────────────────────────────────────────────────────────
  26. ;    The last Intelec echo mail run was at x
  27. ; ────────────────────────────────────────────────────────────────────────────
  28. ;
  29. ; The 'x' at the end of the line is important because some text editors will
  30. ; truncate any spaces at the end of a line and replace them with a carriage
  31. ; return character.  If you look at the above msg= message, there is a space
  32. ; right before the first @ parameter, and MAILRUN will be looking for that
  33. ; space.  If it doesn't find it, the text file message will not be updated.
  34. ; Instead, a new message will be inserted on the first line of the text file.
  35. ;
  36. ; The following lines contain the drives, paths, and names of text files that
  37. ; are to be updated or created.  If you don't enter a drive and path, MAILRUN
  38. ; defaults to the current directory.  You can enter as many files as you wish,
  39. ; however, the total size of the .RUN file must not exceed 4096 bytes.
  40. ;
  41. file=d:\pcb\gen\20
  42. file=d:\pcb\gen\30
  43. file=d:\pcb\gen\40
  44. file=d:\pcb\gen\60
  45. file=d:\pcb\gen\110
  46.