- [System.Reflection.Assembly]::LoadFrom("$(Split-Path -resolve $myInvocation.MyCommand.Path)\Release\p4api.dll")
- [P4API.Bootstrapper]::Initialize()
- $c = New-Object P4API.P4Connection
- $c.Connect()
- $c
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 6512 | Milan Gardian | Add merged binaries for both debug and release configurations + include test Powershell sc...ript ( P4.NET ) « | 16 years ago |