Text editor to open big (giant, huge, large) text files [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

List all environment variables from the command line

Is it possible to list all environment variables from a Windows’ command prompt? Something equivalent to PowerShell’s gci env: (or ls env: or dir env:). 9 s 9 Just do: SET You can also do SET prefix to see all variables with names starting with prefix. For example, if you want to read only derbydb … Read more

How can you find out which process is listening on a TCP or UDP port on Windows? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed last month. The community reviewed whether to reopen this question last month and left it closed: Original close reason(s) were not resolved Improve this question … Read more