profesorfalken / jPowerShell

Simple Java API to interact with PowerShell console
Apache License 2.0
218 stars 84 forks source link

Changes to Support user specified TempDirectory to avoid 8.3 short name issue for executeScript API #59

Open Biswamit opened 5 years ago

Biswamit commented 5 years ago

Changes to Support user specified TempDirectory to avoid 8.3 short name issue for executeScript API. End user can specify a directory instead of relying on java.io.tmpdir directory.