WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: Jeff on October 01, 2019, 07:55:21 AM

Title: where to begin with accessing dot net
Post by: Jeff on October 01, 2019, 07:55:21 AM
I am a sysadmin, not really a developer. I have used winbatch to close some gaps in installations and applications. I am wanting to learn to access dot net. Can someone point me to some easy to learn examples to get me started.
As always, I could not be successful without this forum. Thanks!
Title: Re: where to begin with accessing dot net
Post by: JTaylor on October 01, 2019, 08:09:02 AM
If you search for "ObjectClrOption" in the Tech Database you will find many examples.    Keep in mind they added a "useany" option recently which is VERY helpful as you don't have to worry about versions so much.

Jim
Title: Re: where to begin with accessing dot net
Post by: td on October 01, 2019, 10:38:07 AM
In addition, the Consolidated WIL Help file contains an overview of WinBatch and dotNet.  It can be found at:  Home->Windows Interface Language Reference->WIL Language Elements->dotNet.

The Tech Database examples can be found here:

https://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/nftechsupt.web+WinBatch/dotNet (https://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/nftechsupt.web+WinBatch/dotNet)
Title: Re: where to begin with accessing dot net
Post by: stanl on October 02, 2019, 02:40:55 AM
You can also click Search in this forum and enter CLR which should bring up posts for WB and .NET
Title: Re: where to begin with accessing dot net
Post by: td on October 02, 2019, 07:39:36 AM
Not to mention MSFT's mostly very good Framework Class Libary documentation:

https://docs.microsoft.com/en-us/dotnet/api/?view=netframework-4.8 (https://docs.microsoft.com/en-us/dotnet/api/?view=netframework-4.8)