cobi.wms:print_helper
This is an old revision of the document!
Print Helper
The COBI.wms Print Helper receives commands from the Android app over the network and triggers a print event on the MS Windows machine it runs on. 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.ziptoC:\cobiwms-print-service\. - Run the following command in
cmd.exeor 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
Servicesapplication.
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.exeor 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.1636368526.txt.gz · Last modified: by tkammer