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