;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;                                                                           ;
; IBMtrans                                                     14-June-1990 ;
;                                                                           ;
; This file allows you to configure ARCterm 7 for automatic conversion      ;
; between filetypes and IBM-style file extensions. For example, the line    ;
; 'ToIBM ddc ARC' will, (when IBM mode is set on the batch menu) send       ;
; a file 'test' (filetype DDC, ie ARC format) as 'test.ARC'.                ;     
;                                                                           ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Conversion table from filetype to IBM extension
;
; Default file extension when sending to an IBM
ToIBMdefault DAT                               
; Others
ToIBM fff TXT
ToIBM ddc ARC
ToIBM ffd DAT
ToIBM feb BAT
ToIBM 693 IFF
ToIBM 694 MAC
ToIBM 695 GIF
ToIBM 697 PCX
ToIBM ffb BAS
ToIBM ff0 TIF
ToIBM ff5 PS
ToIBM dea DXF
ToIBM db3 DBF
ToIBM db1 IDX
ToIBM db0 123
ToIBM af8 1WP
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Conversion table from IBM extension to filetype
;
; Default filetype when receiving from an IBM
FromIBMdefault ffd                           
; Others
FromIBM TXT fff
FromIBM ARC ddc
FromIBM DAT ffd
FromIBM BAT feb
FromIBM IFF 693
FromIBM MAC 694
FromIBM GIF 695
FromIBM PCX 697
FromIBM BAS ffb
FromIBM TIF ff0
FromIBM PS  ff5
FromIBM DXF dea
FromIBM DBF db3
FromIBM IDX db1
FromIBM 123 db0
FromIBM 1WP af8
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
