Skip to content

@georgejean tweaks for powershell#439

Merged
stonebig merged 1 commit intowinpython:masterfrom
stonebig:master
Nov 21, 2016
Merged

@georgejean tweaks for powershell#439
stonebig merged 1 commit intowinpython:masterfrom
stonebig:master

Conversation

@stonebig
Copy link
Copy Markdown
Contributor

@stonebig stonebig merged commit 552ceeb into winpython:master Nov 21, 2016
call "%~dp0env_for_icons.bat"
Powershell.exe -executionpolicy RemoteSigned -noexit -file "%~dp0WinPython_PS_Prompt.ps1"
Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File""%~dp0WinPython_PS_Prompt.ps1""'}"
""")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

II think exit must be inserted on this line (line above 724) in order to exit the cmd.exe (the powershell console remains open), see line 729.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oups ! I forgot it

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but it seems not needed

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe you're right... in doubts, I add it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants