home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / zerilnk / LINKCONF < prev    next >
Text File  |  1997-05-03  |  2KB  |  107 lines

  1. ;
  2. ;
  3. ;
  4. ; A commonly usable ZeriLink configuration file (Acorn side)
  5. ;
  6. ; Load using '*LinkConfigure <this file's name>' in your boot sequence
  7. ;
  8. ;
  9. ;
  10.  
  11. ;
  12. ; Mode <mode>
  13. ; -----------
  14. ; Receive and transmit. Set link mode to <mode> (ECP or BIDIR). The
  15. ; other side should be set to the same link mode. The default link
  16. ; mode is BIDIR.
  17. ;
  18.  
  19. Mode ECP
  20.  
  21. ;
  22. ; MapChar '<badchar> '<goodchar>
  23. ; ------------------------------
  24. ; Receive only. Map leafname character <badchar> to <goodchar>. The
  25. ; default map consists of characters [32..126] mapped to themselves,
  26. ; and the other characters mapped to 'end of leafname' (0).
  27. ;
  28.  
  29. MapChar '? '#
  30. MapChar '# '?
  31. MapChar '& '+
  32. MapChar '@ '=
  33. MapChar '% ';
  34. MapChar '$ '<
  35. MapChar '^ '>
  36. MapChar '. '/
  37. MapChar '  '_
  38.  
  39. ;
  40. ; LeafLength <length>
  41. ; -------------------
  42. ; Receive only. Limit leafname lengths to the decimal value <length>.
  43. ; Excess characters are discarded. The default leafname length is 255
  44. ; (i.e. no real limit). If you have used '*Configure Truncate on' (see
  45. ; '*Status'), you may leave LeafLength at 255 (RISC OS will truncate
  46. ; the leafname itself).
  47. ;
  48.  
  49. LeafLength 255
  50.  
  51. ;
  52. ; ExtToType <extension> <filetype>
  53. ; --------------------------------
  54. ; Receive only. Map DOS extension <extension> (case-insensitive) to
  55. ; Acorn filetype &<filetype>. Extensions may be any number of
  56. ; characters long. Only hexadecimal values for <filetype> are allowed,
  57. ; see '*Show File$Type*' if you need the hexadecimal value for a
  58. ; filetype name. The default map is empty (no translations are made).
  59. ;
  60.  
  61. ExtToType img 692
  62. ExtToType iff 693
  63. ExtToType gif 695
  64. ExtToType pcx 697
  65. ExtToType qrt 698
  66. ExtToType mtv 699
  67. ExtToType bmp 69C
  68. ExtToType tga 69D
  69. ExtToType pbm 69E
  70. ExtToType msx 6A0
  71. ExtToType rle 6A1
  72. ExtToType jpg C85
  73. ExtToType tif FF0
  74. ExtToType dxf DEA
  75. ExtToType csv DFE
  76. ExtToType tar C46
  77. ExtToType arc DDC
  78. ExtToType zip DDC
  79. ExtToType lzh DDC
  80. ExtToType zoo DDC
  81. ExtToType arj DDC
  82. ExtToType gz  DDC
  83. ExtToType z   DDC
  84. ExtToType txt FFF
  85. ExtToType doc FFF
  86. ExtToType pas FFF
  87. ExtToType cc  FFF
  88. ExtToType hh  FFF
  89. ExtToType c   FFF
  90. ExtToType h   FFF
  91. ExtToType bas FFB
  92. ExtToType bat FFE
  93. ExtToType btm FFE
  94. ExtToType exe FF8
  95. ExtToType com FF8
  96.  
  97. ;
  98. ; NoExtToType <filetype>
  99. ; ----------------------
  100. ; Receive only. If a DOS extension cannot be mapped, leave it
  101. ; in the leafname, and use Acorn filetype &<filetype>. Further
  102. ; comments as for ExtToType. The default extension is FE4 (DOS).
  103. ;
  104.  
  105. NoExtToType FE4
  106.  
  107.