Sign in to follow this  
Followers 0
AleXcjRo

Partition data rescue 2

2 posts in this topic

Often have formatted partition C thus lost addresses and all we have in the programapexdc + + though is the option to be installed on another partition than C: / main settings are saved in: C: \ Documents and Settings \ Administrator \ Local Settings \Application. Data can be saved if the data on partition 2 would be great.Sorry for my English hardly speak the language. My language is Romanian.Thanks.

Share this post


Link to post
Share on other sites

Create a file named dcppboot.xml in main ApexDC++ folder (where the exe files reside). Put the following into it:

<Boot>

	<!-- 

	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: 

	http://msdn.microsoft.com/library/en-us/vclib/html/_crt_strftime.2c_.wcsftime.asp


	-->


	<ConfigPath>.\Settings\</ConfigPath>

</Boot>

After that, your settings will no longer be in AppData but in the Settings subfolder of ApexDC++'s main folder.

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0