mirror of
				https://gitee.com/ThingsGateway/ThingsGateway.git
				synced 2025-11-04 17:43:58 +08:00 
			
		
		
		
	add windows service create/delete bat
This commit is contained in:
		@@ -0,0 +1,5 @@
 | 
			
		||||
cd ..
 | 
			
		||||
sc create ThingsGateway binPath=%~dp0ThingsGateway.Web.Entry.exe start= auto 
 | 
			
		||||
sc description ThingsGateway "ThingsGateway<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
 | 
			
		||||
Net Start ThingsGateway
 | 
			
		||||
pause
 | 
			
		||||
@@ -0,0 +1,3 @@
 | 
			
		||||
net stop ThingsGateway
 | 
			
		||||
sc delete ThingsGateway
 | 
			
		||||
pause
 | 
			
		||||
		Reference in New Issue
	
	Block a user