Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Navigate to install directory

image-20240412-035219.png

Activate

...

The Client

Execute the command Autoprint.WindowsService.exe /a to activate the windows service AutoPrint client

image-20240412-035328.png

Create AutoPrint Windows Service

Execute the create command to link service to application

sc.exe create "OneFlo Autoprint {custom text}" binpath=
c:\{installdirectory}\Autoprint.WindowsService.exe" type= own start= delayed-auto depend= spooler

...

Check the service exists in Windows Services named OneFlo Autoprint Username

image-20240412-035726.png

Configure the Printer Settings In OneFlo

AutoPrint - OneFlo Printer Configuration

Repeat Steps For Each User

 Please Follow this step again, for other users who are using that same workstation.

Configure the Printer Settings

AutoPrint - OneFlo Printer Configuration

Stopping the service

Info

If you need to delete the service

sc.exe delete "OneFlo Autoprint Username"

...