source: branches/1.0/src/de/readme.txt@ 34

Last change on this file since 34 was 34, checked in by herwigb, 10 years ago

Beta 1 build

File size: 2.0 KB
Line 
1 eCS (OS/2) Universal Port Driver
2 Version _VERSION_
3 Build _BUILD_
4 ________________________________
5 preliminary readme
6CONTENTS
7________
8
9 1. Introduction
10 2. License
11 3. Žnderungshistorie
12
13
141. Introduction
15_______________
16
17The eCS (OS/2) Universal Port Driver (UNI.PDR) redirects the datastream
18from a printer port to a program. It has been tested to work with
19
20 - ePDF.exe
21 - smbspool.exe
22
23successfully, but should work with any program being capable to accept a
24file as an argument on the commandline.
25
26uni.pdr is (like smb.pdr and cups.pdr) based upon Serge Starcks lpr32.pdr.
27Unlike the above 2 pdrs, which have the program to service hardcoded into
28the driver, uni.pdr allows program, parameters and working directory to be
29configured individually.
30
31When configuring the parameter field, make sure to have the %file% token
32on the commandline as a placeholder where the pdr will put the real filename
33during operation.
34
35By and large uni.pdr has the same functionality that eRedMan provides. However
36while eRedMan has a smarter GUI right now and some nice assistant to create
37proper commandlines, uni.pdr is much more robust in operation. Especially
38uni.pdr honors the order of the jobs being sent to the port, while eRedMan
39does not.
40
412. License
42__________
43
44Same as smb.pdr, cups.pdr and lpr32.pdr. To be specified yet.
45
46
473. Žnderungshistorie
48____________________
49
50 v1.0 alpha1:
51 - changelog created
52 - got it working
53
54 v1.0 alpha2:
55 - find button added
56 - working directory added
57
58 v1.0 alpha3:
59 - parameters are split into separate parameters internally
60 (as required by smbspool.exe and most likely other programs, too)
61 - fixed token replacement logic (diver)
62
63 v1.0 alpha4:
64 - rebuild with LIBC066.DLL
65 - enable usage of high memory
66 (fixes crash with VIRTUALADDRESSLIMIT > 2048)
Note: See TracBrowser for help on using the repository browser.