4 lines
127 B
PowerShell
4 lines
127 B
PowerShell
param([string]$ProjectDir, [string]$ProjectPath);
|
|
|
|
Copy-Item -Path c:\EgtProg\Supervisor\Supervisor*.exe $ProjectDir\..\Exe
|