Changeset 8 for trunk/gui/printer/cupswiz
- Timestamp:
- Oct 29, 2011, 5:58:49 AM (14 years ago)
- Location:
- trunk/gui/printer/cupswiz
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/cupswiz/cupswiz.VRP
r6 r8 1 1 VX-REXX OS/2 V2.14 Build B3 2 2 VRX: cupswiz.VRX 3 MacroPath: VRM: E:\DEVELOPMENT\VXREXX\Projects\cupswiz3 MacroPath: VRM:g:\netlabs\svn\ecups\trunk\gui\printer\cupswiz 4 4 EXEPath: 5 5 RunParameters: f:\cups … … 7 7 VRXWindow: __VREMainWindow,1,2409,2554,5770,9106 8 8 VRXWindow: __VRESectionListWindow,1,2481,11708,4529,3891 9 VRXWindow: __VREToolsWindow,1,3481,9781,496 5,16639 VRXWindow: __VREToolsWindow,1,3481,9781,4968,1665 10 10 VRXWindow: __VREWindListWindow,1,7022,11708,2650,3891 11 11 UserFile: 1 -
trunk/gui/printer/cupswiz/cupswiz.VRX
r6 r8 769 769 770 770 IF \VRIsDir( globals.!cupsdir ) THEN DO 771 CALL VRMessage VRWindow(), 'USAGE: CUPSWIZ <cups-path>', 'Missing Argument', 'E' 771 CALL VRMessage VRWindow(), 'Please specify the path where CUPS is installed as follows:' ||, 772 '0d0a0d0a'x || 'CUPSWIZ <cups-path>',, 773 'Unknown or Invalid CUPS Path', 'E' 772 774 EXIT 773 775 END -
trunk/gui/printer/cupswiz/todo
r6 r8 1 1 - Check to make sure CUPS.PDR is installed, and (offer to) install if missing. 2 - Ditto for gzip, rinstprn and cupsport.exe 2 3 - Split first-page printer list into manufacturer-model lists. 3 4 - Check if (mode 1) printer is HP-LIP and use ECUPS-HP instead. 4 5 - Use OS2.INI eCups::CUPS ||'\cups' for cups path if found. 6 - How to support total remote CUPS (i.e. no local CUPS install)?
Note:
See TracChangeset
for help on using the changeset viewer.