Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorza committed Jul 30, 2022
1 parent 16bce4d commit e9a0437
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# WinPrintServer
# WinPrintServer
Windows TCP Print Server that will forward raw data directly to a printer

## Usage
Run `WinPrintServer.exe` without any commandline arguments to present your default printer as a RAW printer on port 9100.

To present a printer other than the default printer, you can specify the printer name on the commandline.

```
WinPrintServer [options] [printername]
-h Show this help information
printername The name of the printer to print. If not specified the default printer is used
```

## Example

Present a printer called `EPSON098CEF (WF-3520 Series)` as a RAW printer use the following command.

```
WinPrintServer "EPSON098CEF (WF-3520 Series)"
```

*Note* - Since the printer name has spaces, the name is quoted on the command line

0 comments on commit e9a0437

Please sign in to comment.