Jump to content
  • 0

DrivePool Equivalent for Scanner's RunScanner.txt System?


RJGNOW

Question

4 answers to this question

Recommended Posts

  • 0

Ok so I copied the file and re-named it "DrivePool.Service.exe.config", and below is the code, but it's not creating the text file.

<?xml version="1.0"?>
<configuration>
<configSections>
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
        <section name="DrivePoolService.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    </sectionGroup>
</configSections>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup><applicationSettings>
        <DrivePoolService.Properties.Settings>
            <setting name="RunningFile_FileName" serializeAs="String">
                <value>C:\ProgramData\StableBit DrivePool\RunningPool.txt</value>
            </setting>
        </DrivePoolService.Properties.Settings>
    </applicationSettings>
</configuration>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...