home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 3 / AUCD3.iso / airport / utils / zerilnk241 / LINK.CNF < prev    next >
Text File  |  1997-06-01  |  2KB  |  93 lines

  1. ;
  2. ;
  3. ;
  4. ; A commonly usable ZeriLink configuration file (IBM side)
  5. ;
  6. ; Ensure this file is at '<path of linkr.exe and linkt.exe>\LINK.CNF'
  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. ; LinkPort <port number>
  23. ; ----------------------
  24. ; Receive and transmit. The port number of the ECP capable parallel
  25. ; port is set to the hexadecimal value <port number> (278, 378 and
  26. ; 3BC are the only valid values). The default value is 378.
  27. ;
  28.  
  29. LinkPort 378
  30.  
  31. ;
  32. ; MapChar '<badchar> '<goodchar>
  33. ; ------------------------------
  34. ; Receive only. Map leafname character <badchar> to <goodchar>. The
  35. ; default map consists of characters [32..126] mapped to themselves,
  36. ; and the other characters mapped to 'end of leafname' (0).
  37. ;
  38.  
  39. MapChar '# '?
  40. MapChar '? '#
  41. MapChar '+ '&
  42. MapChar '= '@
  43. MapChar '; '%
  44. MapChar '< '$
  45. MapChar '> '^
  46. MapChar '/ '.
  47.  
  48. ;
  49. ; LeafLength <name length> <extension length>
  50. ; -------------------------------------------
  51. ; Receive only. Limit leafname lengths (name and extension part
  52. ; respectively) to the decimal values <name length> and <extension
  53. ; length>. Excess characters are discarded. The default leafname
  54. ; lengths are 255 (i.e. no real limit). If you are using an MSDOS
  55. ; environment that performs its own truncation, or supports long
  56. ; filenames (e.g. Windows 95) you may leave LeafLength at 255 255.
  57. ; NOTE : To enable long filename support, you must have the
  58. ; environment variable 'LFN' set to 'Y'.
  59. ;
  60.  
  61. LeafLength 255 255
  62.  
  63. ;
  64. ; TypeToExt <extension> <filetype>
  65. ; --------------------------------
  66. ; Receive only. Map Acorn filetype &<filetype> to DOS extension
  67. ; <extension>. If a filetype is matched, it will be appended to the
  68. ; leafname (including a leading '.'). Extensions may be any number of
  69. ; characters long. Only hexadecimal values for <filetype> are allowed,
  70. ; see '*Show File$Type*' if you need the hexadecimal value for a
  71. ; filetype name. The default map is empty (no translations are made).
  72. ;
  73.  
  74. TypeToExt 692 IMG
  75. TypeToExt 693 IFF
  76. TypeToExt 695 GIF
  77. TypeToExt 697 PCX
  78. TypeToExt 698 QRT
  79. TypeToExt 699 MTV
  80. TypeToExt 69C BMP
  81. TypeToExt 69D TGA
  82. TypeToExt 69E PBM
  83. TypeToExt 6A0 MSX
  84. TypeToExt 6A1 RLE
  85. TypeToExt C85 JPG
  86. TypeToExt FF0 TIF
  87. TypeToExt DEA DXF
  88. TypeToExt DFE CSV
  89. TypeToExt C46 TAR
  90. TypeToExt FFB BAS
  91.  
  92.  
  93.