View Single Post
Old 12-31-2019, 08:58 AM   #11
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,630
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by Turtle91 View Post
OK, how do I get a formatted printout?
I just knew that was going to be the next question when I posted it. The unhelpful answer is that I would use python.

You can use SET (with no parameters) at a command prompt to get an unformatted dump of all variables. You can also redirect the output to a text file

SET > output.txt

You could also use Powershell and do something like:

Get-ChildItem Env: | Format-Table -Wrap -AutoSize
DiapDealer is online now   Reply With Quote