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