Last change
on this file since 12 was 12, checked in by Alex Taylor, 14 years ago |
Printer list is now split by manufacturer/model, and model names are more concise. Only 'Simplified' drivers are shown by default. ECUPS-HP and PSPRINT drivers now supported.
|
File size:
1.3 KB
|
Line | |
---|
1 | CUPSWIZ - prototype CUPS printer-creation wizard
|
---|
2 | Test release 3
|
---|
3 |
|
---|
4 | Make sure cupsport.exe is either in the current directory or in the PATH.
|
---|
5 |
|
---|
6 | Usage: cupswiz <path-to-cups>
|
---|
7 | (e.g. "cupswiz f:\cups")
|
---|
8 |
|
---|
9 | <path-to-cups> can be omitted if cupswiz.exe is on the same drive as CUPS.
|
---|
10 |
|
---|
11 | Requirements:
|
---|
12 | - CUPS, including ECUPS.DRV and CUPS.PDR, must be installed and working.
|
---|
13 | The CUPS daemon must be running.
|
---|
14 | - CUPS.PDR should have a bldlevel of 1.03 (February 2011) or later. If
|
---|
15 | not, the created WPS printer object will not work properly until the
|
---|
16 | WPS is restarted.
|
---|
17 | - GNU gzip.exe must be installed (somewhere on the PATH).
|
---|
18 | - RINSTPRN.EXE (included with OS/2 MCP/ACP & eComStation, not sure about
|
---|
19 | earlier verions) must also be somewhere on the PATH.
|
---|
20 | - VROBJ.DLL (included in eComStation or available on Hobbes) is required.
|
---|
21 |
|
---|
22 | Current limitations:
|
---|
23 | - The CUPS printer is always created with default job options.
|
---|
24 | - If your %TMP% directory has spaces in the pathname, the program will
|
---|
25 | almost certainly fail to work properly. The same applies to your
|
---|
26 | %LOGFILES% directory.
|
---|
27 | - No internationalization support (yet).
|
---|
28 | - No help or documentation.
|
---|
29 | - Probably still has bugs due to my limited testing capabilities.
|
---|
30 |
|
---|
31 |
|
---|
32 | Contact: Alex Taylor (alex at altsan dot org)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.