Skip to content

Instantly share code, notes, and snippets.

@lennartvdd
Created August 19, 2015 10:11
Show Gist options
  • Save lennartvdd/f360982bc014fea2c876 to your computer and use it in GitHub Desktop.
Save lennartvdd/f360982bc014fea2c876 to your computer and use it in GitHub Desktop.
Microsoft Dynamics NAV - Configuration Mode
@echo off
setlocal
set /p profile_id=Enter the User Profile to configure:%=%
cd C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client
Microsoft.Dynamics.Nav.Client.exe -configure -profile:%profile_id%
endlocal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment