; ; ; ; A commonly usable ZeriLink configuration file (PC side) ; ; Ensure this file is at '\LINK.CNF' ; ; ; ; ; LinkPort ; ---------------------- ; Receive and transmit. The port number of the ECP capable parallel ; port is set to the hexadecimal value (278, 378 and ; 3BC are the only valid values). The default value is 378. ; LinkPort 378 ; ; MapChar ' ' ; ------------------------------ ; Receive only. Map leafname character to . The ; default map consists of characters [32..126] mapped to themselves, ; and the other characters mapped to 'end of leafname' (0). ; MapChar '# '? MapChar '? '# MapChar '+ '& MapChar '= '@ MapChar '; '% MapChar '< '$ MapChar '> '^ ; ; LeafLength ; ------------------------------------------- ; Receive only. Limit leafname lengths (name and extension part ; respectively) to the decimal values and . Excess characters are discarded. The default leafname ; lengths are 255 (i.e. no real limit). If you are using an MSDOS ; environment that performs its own truncation, or supports long ; filenames (e.g. Windows 95) you may leave LeafLength at 255 255. ; NOTE : To enable long filename support, you must have the ; environment variable 'LFN' set to 'Y'. ; LeafLength 255 255 ; ; TypeToExt ; -------------------------------- ; Receive only. Map Acorn filetype & to DOS extension ; . If a filetype is matched, it will be appended to the ; leafname (including a leading '.'). Extensions may be any number of ; characters long. Only hexadecimal values for are allowed, ; see '*Show File$Type*' if you need the hexadecimal value for a ; filetype name. The default map is empty (no translations are made). ; TypeToExt 692 IMG TypeToExt 693 IFF TypeToExt 695 GIF TypeToExt 697 PCX TypeToExt 698 QRT TypeToExt 699 MTV TypeToExt 69C BMP TypeToExt 69D TGA TypeToExt 69E PBM TypeToExt 6A0 MSX TypeToExt 6A1 RLE TypeToExt C85 JPG TypeToExt FF0 TIF TypeToExt DEA DXF TypeToExt DFE CSV TypeToExt C46 TAR TypeToExt FFB BAS