We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1c6da commit bd881a3Copy full SHA for bd881a3
1 file changed
README.md
@@ -12,6 +12,23 @@ This service allows you to discover Zebra printers and send/print ZPL templates
12
- [PrintZPL-linux-x64](https://github.com/Tim-Maes/PrintZPL/actions/runs/7247084396/artifacts/1121113116) for Linux
13
- [PrintZPL-osx-x65](https://github.com/Tim-Maes/PrintZPL/actions/runs/7247084396/artifacts/1121113117) for MaxOS
14
15
+- ### Running as a Service
16
+
17
+1. Create the service:
18
19
+```powershell
20
+sc create MyServiceName ^
21
+ binPath= "C:\Full\Path\To\PrintZpl.exe" ^
22
+ DisplayName= "PrintZpl" ^
23
+ start= auto
24
+```
25
26
+2. Start the service
27
28
29
+sc start PrintZpl
30
31
32
## The API
33
34
### Discovering printers
0 commit comments