shortcut not starting in system32

This commit is contained in:
Claudio Zambaldi 2012-07-20 15:12:13 +00:00
parent 1a25f0e5b9
commit 947b5fd54d
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -16,8 +16,7 @@ SET DAMASK_ROOT=%~dp0
SET PYTHONPATH=%DAMASK_ROOT%\lib;%PYTHONPATH%
echo DAMASK_ROOT: %DAMASK_ROOT%
cd %~dp0
echo.
::python -c "import damask as D" -i
ipython -c "import damask as D; import os; os.chdir(os.getenv('DAMASK_ROOT')); print('pwd: '+os.getcwd());" -i