Skip to content

Anonymous

My feedback

2 results found

  1. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Anonymous shared this idea  · 
  2. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Anonymous commented  · 

    Hi,

    I found my solution with a bat file.
    My bat file will replace </outlookFolders> by the new favorite I want to add (and the tag </outlookFolders> at the end).
    Here is my code :

    @echo off
    CD\
    CD C:\Users\%username%\AppData\Roaming\OnePlace Solutions\
    setLocal EnableDelayedExpansion
    for /f "tokens=* delims= " %%z in (Favorites.xml) do (
    set str=%%z
    set str=!str:^</outlookFolders^>=^<outlookFolder folderName="ABCDEFGH" folderUrl="http://xxxxxxxxxxxxxx&quot; useGlobalSettings="true" listType="site" listUrl="" folderId="" isSubFolder="False" /^>^</outlookFolders^>!
    echo !str!>>Favoritestemp.xml
    )
    del Favorites.xml
    rename Favoritestemp.xml Favorites.xml

    Anonymous shared this idea  · 

Feedback and Knowledge Base