aboutsummaryrefslogtreecommitdiff
path: root/jindroush/acvt/switches.def
blob: 763907baee898a30f0288f420dc34c1e800b1dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
v
verbose output
=g_bVerbose = TRUE;
=

atr, a
output is ATR
=g_dtypeOut = DISK_ATR;
=

di
output is DI
=g_dtypeOut = DISK_DI;
=

xfd, x
output is XFD
=g_dtypeOut = DISK_XFD;
=

scp, s
output is SCP
=g_dtypeOut = DISK_SCP;
=

dcm, d
output is DCM
=g_dtypeOut = DISK_DCM;
=

batch, batchmode, b
batch mode
=g_bBatchMode = TRUE;
=

errstop
in batchmode stop on first error
=g_bFirstErrStop = TRUE;
=

over, overwrite
turns on file overwriting
=g_bOverWrite = TRUE;
=

autorepair
auto repair mode
=g_bRepairAuto = TRUE;
=

norepair
don't repair
=g_bRepair = FALSE;
=

test
only test input files
=g_bTestOnly = TRUE;
=

classic
force to create 'classic' disk formats
=g_bForceClassic = TRUE;
=