atom-archive / terminal

Atom Terminal package - *not currently maintained*
MIT License
232 stars 35 forks source link

When Windows Install other disk Volume,Terminal Init faild! #51

Closed fcharlie closed 6 years ago

fcharlie commented 9 years ago

Some users of Windows are not installed in C:\ ; like D:\ .. Start PowerShell from volume:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe on: terminal/lib/terminal-process.coffee Line 6 shell = 'C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe'

Your should Parse environment variables:

%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe

Not start powershell form powershell ,it's unsafe. May someone create a named powershell.exe in your path.

lee-dohm commented 6 years ago

All repositories in the atom-archive organization are unmaintained and deprecated. Because of this, we are archiving this repository and closing all issues and pull requests. Thanks very much for your support and contributions!