SHIFT+ENTER feature for Powershell too?
Moderators: Hacker, petermad, Stefan2, white
SHIFT+ENTER feature for Powershell too?
Do it is possible to use SHIFT+ENTER feature to open a DOS box without close it also with Powershell scripts?
You have to replace the "NOCLOSE.EXE".
For example in AutoIt:
Compile as NOCLOSE.EXE and replace the original in the TC folder.
For example in AutoIt:
Code: Select all
ShellExecute("powershell.exe",'-noexit -nologo -command "&{' & $CmdLineRaw & '}"')
There is a noclose replacer that may be configured:
http://totalcmd.net/plugring/noclose.html
http://totalcmd.net/plugring/noclose.html