Changeset 31 for branches/1.0/src/de
- Timestamp:
- May 8, 2010, 6:13:50 PM (15 years ago)
- Location:
- branches/1.0/src/de
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/src/de/readme.txt
r19 r31 16 16 17 17 The eCS (OS/2) Universal Port Driver (UNI.PDR) redirects the datastream 18 from a printer port to a program. It has been tested to work with ePDF 18 from a printer port to a program. It has been tested to work with 19 20 - ePDF.exe 21 - smbspool.exe 22 19 23 successfully, but should work with any program being capable to accept a 20 24 file as an argument on the commandline. … … 22 26 uni.pdr is (like smb.pdr and cups.pdr) based upon Serge Starcks lpr32.pdr. 23 27 Unlike the above 2 pdrs, which have the program to service hardcoded into 24 the driver, both program and parameters may be configured individually in25 uni.pdr.28 the driver, uni.pdr allows program, parameters and working directory to be 29 configured individually. 26 30 27 31 When configuring the parameter field, make sure to have the %file% token … … 47 51 - changelog created 48 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) -
branches/1.0/src/de/uni.dlg
r30 r31 19 19 PRESPARAMS PP_FOREGROUNDCOLOR, 0x00000000L 20 20 PRESPARAMS PP_FONTNAMESIZE, "9.WarpSans Bold" 21 LTEXT "Path a md file:", DT_PROGRAM, 13, 118, 53, 8, DT_VCENTER21 LTEXT "Path and file:", DT_PROGRAM, 13, 118, 53, 8, DT_VCENTER 22 22 ENTRYFIELD "", ID_PROGRAM, 15, 106, 200, 8, ES_MARGIN 23 23 LTEXT "Parameters:", DT_PARAMETERS, 13, 71, 204, 8,
Note:
See TracChangeset
for help on using the changeset viewer.