Wednesday 18 August 2010

What options are being used??

Ever wanted to know what command line options are being passed into an executable, well now you can.

I wrote a tiny bit of code that’ll print all of the options out to stdout in a cmd window.  If course this sort of thing is MUCH easier in unix, just echo $* inside a script.

The exe is here https://sites.google.com/site/cncninja/file-cabinet/printargs.rar?attredirects=0&d=1

No comments: