home *** CD-ROM | disk | FTP | other *** search
/ CD-X 3 / cdx_03.iso / shutils / dos / t-code.arj / T-CODE.DOC < prev    next >
Encoding:
Text File  |  1995-08-11  |  2.6 KB  |  71 lines

  1.  
  2. ┌───────────────────────────────────────────────────────────────────────────┐
  3. │ ░░░░ UU-ENCODING/DECODING ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │
  4. └───────────────────────────────────────────────────────────────────────────┘
  5.  
  6.  This little utility is used to translate binary files into ASCII text which
  7.  can be sent in a normal message.
  8.  When the receiver gets the message, he/she can decode the message with this
  9.  utility and have exactly the same binary file on his/her system.
  10.  
  11.  In other words: this can be used for transfering files through different
  12.  networks without you having to worry about file attaches etc.
  13.  
  14.  Please read the rules for your network and find out if this is permitted
  15.  _before_ sending any uuencoded files. Small files between 5-10k are usually
  16.  not something anyone will ever complain about as long as you don't send 100
  17.  messages every day.
  18.  
  19.  In FidoNet, some systems don't route netmail containing uuencoded
  20.  information - such messages are TRASHED automatically by their netmail
  21.  trackers.
  22.  
  23.  The syntax is easy:
  24.  
  25.  T-CODE E TMAIL.BBS       Will encode TMAIL.BBS into TMAIL.UUE
  26.  T-CODE D TMAIL.UUE       will decode TMAIL.UUE back to TMAIL.BBS.
  27.  
  28.  Some good advice: If you get a message that contains UUENCODED data, first
  29.  export the message from TMAIL, then decode it. If the data is contained in
  30.  several messages, this is normally done because of the maximum message size
  31.  allowed within the network.
  32.  Export all messages, edit the file and remove all headers and other garbage
  33.  that does not belong to the data. Never send single messages that are above
  34.  32k. Normally I would advise 16k if it has to be routed through other
  35.  networks, otherwise you risk that some systems will not route your message.
  36.  If you send a UU-encoded file in an echomail conference, make sure that the
  37.  moderator allows this before doing it.
  38.  
  39.  Example:
  40.  
  41. - Message 1 (Last lines) -
  42. .
  43. .
  44. .
  45. M([C$QTBX7&PI.ZVQ9?[4^H\-UN/Z:6E>S@R\_C6IGI[./A/V\+IQ839."V,Y
  46. M+HAGS-O9>&56+0;6\Y9ALU<4]X)@(ZSH!_F*,9/O+>&G+(TT5'ZW8$1%;+1H
  47. ·  [ Continued In Next Message... ]
  48.  
  49. - Message 2 (First lines) -
  50.  
  51.    [ ...Continued From Previous Message ]
  52.  
  53. MQNA6-Y`$SOF$N6A=)N9H\VLOF:V:A1CWFYG<*8\&(?*\8MHK%'1V(7U1K28"
  54. M9`66&$F)6E3P$0LZ+L'2TESE7D&=S\P1SR!,"S4V%6LOJ@!#2XV90:"OQQ!=
  55. .
  56. .
  57. .
  58.  
  59. - After you have combined the messages in one new file it should be: -
  60. .
  61. .
  62. .
  63. M([C$QTBX7&PI.ZVQ9?[4^H\-UN/Z:6E>S@R\_C6IGI[./A/V\+IQ839."V,Y
  64. M+HAGS-O9>&56+0;6\Y9ALU<4]X)@(ZSH!_F*,9/O+>&G+(TT5'ZW8$1%;+1H
  65. MQNA6-Y`$SOF$N6A=)N9H\VLOF:V:A1CWFYG<*8\&(?*\8MHK%'1V(7U1K28"
  66. M9`66&$F)6E3P$0LZ+L'2TESE7D&=S\P1SR!,"S4V%6LOJ@!#2XV90:"OQQ!=
  67. .
  68. .
  69. .
  70.  
  71.