Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cmd_ps and WinPython_Interpreter_PS files #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
georgejean opened this issue Nov 20, 2016 · 3 comments
Closed

cmd_ps and WinPython_Interpreter_PS files #436

georgejean opened this issue Nov 20, 2016 · 3 comments

Comments

@georgejean
Copy link

A suggestion:
If we replace the content of the cmd_ps.bat and WinPython_Interpreter_PS.bat files (in the script folder) respectively by

@echo off
rem safe bet 
call "%~dp0env_for_icons.bat"
Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File ""%~dp0WinPython_PS_Prompt.ps1""'}"
exit

and

@echo off
rem no safe bet (for comparisons)
Powershell.exe -Command "& {Start-Process PowerShell.exe -ArgumentList '-ExecutionPolicy RemoteSigned -noexit -File ""%~dp0WinPython_PS_Prompt.ps1""'}"
exit

we start a beautiful powershell console with all its features.
It seems thus that the "Set-WindowSize" part of the WinPython_PS_Prompt file can be removed.

@stonebig
Copy link
Contributor

ok for the beautiful powershell console.

you want to propose a patch today or I re-implement it myself ?

@stonebig stonebig added this to the 2016-06 Spyder-3.0.2+ / Jupyterlab-0.9.2 / WinPython-3.6.0.1 milestone Nov 21, 2016
@georgejean
Copy link
Author

Sorry, I'm a noob in Git and Github and I don't know how to do that (I don't want to make a mistake) so I let you re-implement.

@stonebig
Copy link
Contributor

done

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

No branches or pull requests

2 participants