.NET
winbatch.asc
Associated article: Examining the WinBatch Toolkit
Tags: .NET Security Design
Published source accompanying Dot Schryver's article that describes WilsonWare's WinBatch Toolkit, which provides traditional batch-language file-management capabilities, is based on a structured programming model.
_Examining the WinBatch Toolkit_
by Dot Schryver
Listing One
:ChkNetConn
; -- add WinBatch Network Extender for Win 3.1
If FileExist("L:pcappwww3a16i.dll")
AddExtender("www3a16i.dll")
Else
Message("F a t a ...


