Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

No Format
if not exist "%USERPROFILE%\Local Settings\Application Data\Deltares\DelftShell" goto end
rd /s /q "%USERPROFILE%\Local Settings\Application Data\Deltares\DelftShell"
:end

it removes the deltares directory containing settings for delftshell.

Often the network is slowing down my windows explorer. Therefore I sometimes disconnect the network drives.
To toggle my network drive mapping I use the following batch file:

...