![]() |
|
Neat terminal trick - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Neat terminal trick (/Thread-Neat-terminal-trick) Pages:
1
2
|
RE: Neat terminal trick - bitm0de - 12-08-2016 (12-08-2016, 09:33 PM)Pikami Wrote:(12-08-2016, 09:16 PM)Inori Wrote:(12-08-2016, 04:07 PM)Pikami Wrote: Doesn't work on XP Yeah, definitely not Powershell 3.0 or 4.0 though, which are still very old versions of Powershell just FYI. Running "perfectly" != same feature set. Powershell 4.0 requires .NET 4.5 as a minimum which isn't supported by XP. Powershell 5 is out too, and how could XP even possibly support this if it doesn't even support v3.0? 'choice' doesn't exist in XP either for batch. Quote:Choice.exe is a standard command in Windows 2003, Vista and Windows 7 (for XP you can use the early resource kit versions). ^ If you really wanted this to work, download or create a similar program and add it to your system32 folder or in a path added to %PATH%. |