-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdcppboot.xml
More file actions
27 lines (21 loc) · 974 Bytes
/
dcppboot.xml
File metadata and controls
27 lines (21 loc) · 974 Bytes
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
<Boot>
<!--
LocalMode runs DC++ in local mode, where all defaults are relative to the ConfigPath set below.
This is useful when running DC++ off a USB stick or if you want to keep all in a single folder.
The default is to run in LocalMode, but upon the user's choice the installer can install a
dcppboot.xml file that overrides the default.
When LocalMode is disabled, ConfigPath is ignored.
Set to 1 to enable, 0 to disable
<LocalMode>1</LocalMode>
-->
<!--
ConfigPath specifies where settings, queue and other runtime data should be saved.
Relative paths are relative to the DC++ executable.
You may use the following variables, which are interpreted on a per-user basis:
%[APPDATA] - Application data, typically c:\documents and settings\<username>\Application Data\
%[PERSONAL] - My documents
All % variables from strftime with the current time:
https://msdn.microsoft.com/en-us/library/fe06s4ak.aspx
<ConfigPath>.\</ConfigPath>
-->
</Boot>