blob: fe61c43799b45cd0f29befc6b9b23d9bf011f79f (
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
|
dos2
mount as Dos2
=g_dostype = DOS_2;
=
dos3
mount as Dos3
=g_dostype = DOS_3;
=
mydos, dosm
mount as MyDos
=g_dostype = DOS_MY;
=
spdos, sparta, doss
mount as SpartaDos
=g_dostype = DOS_SP;
=
kboot
mount as Kboot
=g_dostype = DOS_KBOOT;
=
bas2boot, b2b
mount as Bas2Boot
=g_dostype = DOS_B2B;
=
jonw
mount as JonW
=g_dostype = DOS_JONW;
=
robc
mount as RobC
=g_dostype = DOS_ROBC;
=
howf, howfen
mount as HowFen Dos
=g_dostype = DOS_HOWF;
=
boot
mount as boot
=g_dostype = DOS_BOOT;
=
e
export files
=g_bListOnly = FALSE;
=
dir
export to directory
path=bRet = SWFN_GETPATH( g_szPath );
=
dontrepair
don't repair invalid files automatically
=g_bRepairAuto = FALSE;
=
|