;               TargetD64 profile for Linux
;         For more information about TargetD64 see
; http://skyscraper.fortunecity.com/quadra/251/targetd64.html
;
;                      ATTENTION
: place this file in your home directory ($HOME) and name it
;                    .targetd64rc

; If you have made any useful extension to this profile
;           let me know. My eMail address is: 
;                klangguth@netscape.net

; priority of settings:
; command line options have priority over environment variables
; which have priority over profile settings

;------------------------------------------------------------
; Environment
;------------------------------------------------------------
[Environment]
; comment in ONLY when temporary directory is NOT set by
; environment variable (TMPDIR)
;TmpDir = /tmp

;------------------------------------------------------------
; Options
; same meaning as command line pendants but ALWAYS used
;------------------------------------------------------------
[Options]
; set 1 to have same effect as option -n
NoCleanup = 0

; set 1 to have same effect as option -k
KeepOriginalFilename = 1

; set 1 to have same effect as option -d
Trace = 0

; comment in to have same effect as option -t tracefile
; change tracefile to any filename wanted
;TraceFilename = tracefile

; comment in to have same effect as option -c .
; change . to any existing directory wanted
; ATTENTION: this option converts ONLY - no emulator will be started
;ConvertOnlyDirectory = .

;------------------------------------------------------------
; GenericArchives (part 1 - builtin archive replacement)
; The following entries will replace a few of the builtin
; archive processors by external applications
; ONLY DO THIS IF YOU HAVE RUN INTO ERRORS OF BUILTIN PROCESSING
; AND THEN ONLY COMMENT IN SPECIFIC ARCHIVE(S) (EXECUTABLE MUST EXIST)
;------------------------------------------------------------
[GenericArchives]
; c1541 from the VICE1.1 distribution
;ExtCmdCombi = .lnx,cd '%s1' && c1541 -format 'target,64' d64 '%s3.d64' -unlynx '%s2'

; LHa for UNIX  V 1.00 - should come with your Linux distribution
;ExtCmdCombi = .lha,lha -eifw='%s1' '%s2'
;ExtCmdCombi = .lzh,lha -eifw='%s1' '%s2'

; Unzip 5.32 (or better) - should come with your Linux distribution
;ExtCmdCombi = .zip,unzip -o -j '%s2' -d '%s1'

; Gunzip 1.2.4 (or better) - should come with your Linux distribution
;ExtCmdCombi = .gz,cp '%s2' '%s1' && gunzip '%s1'/`basename '%s2'`

;------------------------------------------------------------
; GenericArchives (part 2 - additional archives)
; Add archives you want to be processed additionally
; This is equivalent to using TD64_GENERIC_EXTx,
; TD64_GENERIC_CMDx environment archive pairs
;------------------------------------------------------------
[GenericArchives]
; Comment in to support tar archives - tar.exe must be on path
;ExtCmdCombi = .tar,tar -C '%s1' -xf '%s2'
; Comment in to support compress archives
;ExtCmdCombi = .Z,cp '%s2' '%s1' && uncompress '%s1'/`basename '%s2'`

;------------------------------------------------------------
; Emulator settings
; ONLY HAVE A SINGLE Cmd (others should be commented out)
;------------------------------------------------------------
[Emulator]
; comment in to use TD64 with VICE 1.1
;Cmd = cd '%s1' && x64 -8 '%s2'
