batch.scripts icon indicating copy to clipboard operation
batch.scripts copied to clipboard

Comments for screenCapture.bat ?

Open rubyFeedback opened this issue 3 years ago • 2 comments

Hi,

Someone recommended: https://github.com/npocmaka/batch.scripts/blob/master/hybrids/.net/c/screenCapture.bat

But there are only very few comments. Would it be possible to add more comments, or alternatively, add a second variant with more comments? I can program, but not in C# / .NET so it would be super-useful if I understand what is going on in that program.

Thanks for reading and perhaps also considering!

rubyFeedback avatar Oct 04 '21 11:10 rubyFeedback

(The recommendation came via some StackOverflow-related site. I forgot to mention this, just in the event you guys want to know how I "randomly" found that .bat file.)

rubyFeedback avatar Oct 04 '21 11:10 rubyFeedback

It uses platform invoke : https://docs.microsoft.com/en-us/dotnet/standard/native-interop/pinvoke . Which i'm not sure how can be easy described in a comments if you are not familiar with the technique. Anyway I'm planning to update this tool to support/select more monitors so probably I'll add more comments there.

npocmaka avatar Oct 19 '21 14:10 npocmaka