cp_ws.ps1 223 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
$root_path = $PSScriptRoot
$src_path = $root_path + "\WS.xml"
$dest_path = $root_path + "\..\..\..\..\Project.FLY.IBC\FLY.IBC.UI.Server\bin\Debug\Gage1\WS.xml"

echo  WS.xml
cp $src_path $dest_path

echo Ƴɹ 
pause