2.update_graphcustom_AirRingWeight5.ps1 493 Bytes
Newer Older
1 2 3 4 5 6
$src_path = $PSScriptRoot+ "\graphcustom\graphcustom_AirRingWeight5.xml"
$root_path = $PSScriptRoot + "\.."
$dest_path = $root_path + "\Project.FLY.Thick.Blowing\FLY.Thick.Blowing.UI.Fix.Client\bin\Debug\layout\graphcustom.xml"

cp $src_path  $dest_path

7 8 9 10
$dest_path = $root_path + "\Project.FLY.Thick.BlowingScan\FLY.Thick.BlowingScan.UI.Client\bin\Debug\layout\graphcustom.xml"

cp $src_path  $dest_path

11 12 13
#-----------------------------------------------------------------
echo Ƴɹ 
pause