Skip to content

Commit

Permalink
Fix powershell profile use
Browse files Browse the repository at this point in the history
  • Loading branch information
Quake4 committed Jan 30, 2018
1 parent 7897fa8 commit 59bc86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
:start
powershell -version 5.0 -executionpolicy bypass -command "&.\MindMiner.ps1"
powershell -version 5.0 -executionpolicy bypass -noprofile -command "&.\MindMiner.ps1"
if exist "bin\mm.new" (
xcopy Bin\MM.New . /y /s /c /q /exclude:run.bat
rmdir /q /s Bin\MM.New
Expand Down

0 comments on commit 59bc86d

Please sign in to comment.