48
edits
Changes
→<code>gramps.bat</code>
REM Set USERPROFILE to the drive and path of this script
set USERPROFILE=%~dp0
REM Go to this script location for good measure
%~d0
cd "%~p0"
REM Run GRAMPS
"%PYTHON_COMMAND" "%GRAMPS_DIR\gramps.py"