#----------------------------------------------------------------- #AirRing $root_path = $PSScriptRoot $src_path = $root_path + "\Project.FLY.FeedbackRenZiJia\FLY.FeedbackRenZiJia.UI.Client\bin\Debug" $dest_path = $root_path + "\Project.FLY.Thick.Blowing\FLY.Thick.Blowing.UI.Fix.Client\bin\Debug" echo ���� FLY.FeedbackRenZiJia.dll $src = $src_path + "\FLY.FeedbackRenZiJia.dll" cp $src $dest_path echo ���� FLY.FeedbackRenZiJia.UI.Client.dll $src = $src_path + "\FLY.FeedbackRenZiJia.UI.Client.dll" cp $src $dest_path #----------------------------------------------------------------- #IBC $src_path = $root_path + "\Project.FLY.IBC\FLY.IBC\bin\Debug" echo ���� FLY.IBC.dll $src = $src_path + "\FLY.IBC.dll" cp $src $dest_path $src_path = $root_path + "\Project.FLY.IBC\FLY.IBC.UI.Client\bin\Debug" echo ���� FLY.IBC.UI.Client.dll $src = $src_path + "\FLY.IBC.UI.Client.dll" cp $src $dest_path #----------------------------------------------------------------- #Winder $src_path = $root_path + "\Project.FLY.Winder\FLY.Winder.UI.Client\bin\Debug" echo ���� FLY.Winder.dll $src = $src_path + "\FLY.Winder.dll" cp $src $dest_path echo ���� FLY.Winder.UI.Client.dll $src = $src_path + "\FLY.Winder.UI.Client.dll" cp $src $dest_path #----------------------------------------------------------------- #Weight $src_path = $root_path + "\Project.FLY.Weight\FLY.Weight.UI.Client\bin\Debug" echo ���� FLY.Weight.dll $src = $src_path + "\FLY.Weight.dll" cp $src $dest_path echo ���� FLY.Weight.UI.Client.dll $src = $src_path + "\FLY.Weight.UI.Client.dll" cp $src $dest_path echo ���Ƴɹ� pause