cobi.wms:print_helper
This is an old revision of the document!
Print Helper
The COBI.wms Print Helper is an MS Windows service which receives commands from the Android app and triggers a print event on the Windows machine. Currently, it only supports doing so by generating a Coresuite Remote Print XML file.
Download: cobiwms-print-helper.zip
Install
- Extract the contents of
cobiwms-print-helper.zip
toC:\cobiwms-print-service\
. - Run the following command in
cmd.exe
or PowerShell:C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe C:\cobiwms-print-service\cobiwms-print-service.exe
- Create
C:\cobiwms-print-service\config.json
. - You can now start/stop the service from the MS Windows
Services
application.
Example config file:
{ "ListenPort": 9110 ,"PrintDirectory": "C:\\CoresuiteRemotePrint\\Productive" }
Update
- Stop the service.
- Extract the contents of the new ZIP file into
C:\cobiwms-print-service\
. - Start the service.
Uninstall
- Stop the service.
- Run the following command in
cmd.exe
or PowerShell:C:\Windows\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe /u C:\cobiwms-print-service\cobiwms-print-service.exe
- Delete the folder
C:\cobiwms-print-service\
.
cobi.wms/print_helper.1646062033.txt.gz · Last modified: 2022/02/28 16:27 by tkammer