22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
#######################################################################################################################################################
|
|
Publish:
|
|
dotnet publish --configuration Release --runtime win7-x64
|
|
|
|
Create windows service:
|
|
sc create NetworkResurrector.Server binPath="<path_to_the_service_executable>"
|
|
sc create NetworkResurrector.Agent binPath="<path_to_the_service_executable>"
|
|
#######################################################################################################################################################
|
|
Resources: https://github.com/nikeee/wake-on-lan
|
|
|
|
Multiple Directory.Build.props:
|
|
https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2019
|
|
#######################################################################################################################################################
|
|
- masinile sunt afisate in ordinea numarului de porniri
|
|
|
|
Agent:
|
|
Win:
|
|
https://www.programmerall.com/article/5237127008/
|
|
https://www.programmerall.com/article/6418715755/
|
|
|
|
Linux:
|
|
https://www.programmerall.com/article/3856917681/ |