home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / SYSOP / TL110.ZIP / TLREPLAC.DOC < prev    next >
Text File  |  1994-10-09  |  2KB  |  46 lines

  1.                               TLReplace v1.0
  2.                         Yet another ToneLoc utility
  3. --------------------------------------------------------------------------------
  4.  
  5. Many a time we've heard things like "You know, I wish you'd make it so
  6. ToneLoc would redial all the busy numbers", or "All my timeout(0)'s turn
  7. out to be neat stuff." We wrote one-off programs a few times, but we
  8. obviously needed a more generic solution.
  9.  
  10. TLReplace will allow you to replace a class of responses with another
  11. response. Let's say you wanted to double check all your Busy responses:
  12.  
  13. tlreplac 555-xxxx busy undialed
  14.  
  15. This would mark all your busy numbers as undialed so you could run
  16. ToneLoc and dial them again.
  17.  
  18. You can specify multiple responses to be replaced:
  19.  
  20. tlreplac 555-xxxx busy timeout voice undialed
  21.  
  22. This would mark busy, timeout, and voice responses as undialed.
  23.  
  24. TLReplace will replace any response in a given class (timeout, ringout,
  25. carrier, etc) regardless of how many rings it had as long as you use the
  26. english keywords. If you wish to be more specific and replace only
  27. responses with a certain number of rings, you will have to use the
  28. specific value. Type TLREPLAC /? for a full listing.
  29.  
  30. For example:
  31.  
  32. tlreplac 555-xxxx busy 70 undialed
  33.  
  34. This would mark all busy and timeout[0] responses as undialed. It will
  35. NOT replace timeout[1], timeout[2], etc. If you wanted to:
  36.  
  37. tlreplac 555-xxxx busy timeout undialed
  38.  
  39. The above would replace ALL timeout[x] responses.
  40.  
  41. You can mix english and numeric response words and TLReplace will figure it out.
  42.  
  43. We haven't found any bugs, but y'all let us know.
  44.  
  45. - Mucho & Minor
  46.