Hi darkobas,
thanks for your reply.

This seems to work just fine:
#!/bin/sh
/opt/SUNWuttsc/bin/uttsc -r printer:testprinter="Canon iP100 series" -m
$vistavm


This works too but wrong printer model (default HP laserjet 5)
#!/bin/sh
/etc/opt/SUNWkio/session/vdm/vdm -s view01s -https -- -r printer:testprinter
-m

This doesn't work, uttsc crash.
#!/bin/sh
/etc/opt/SUNWkio/session/vdm/vdm -s view01s -https -- -r
printer:testprinter="Canon iP100 series" -m

This doesn't work neighter same uttsc crash
#!/usr/bin/perl
system("/etc/opt/SUNWkio/session/vdm/vdm -s view01s -https -- -r
printer:testprinter=\"Canon iP100 series\" -m");

other idea's ?

On Fri, Apr 9, 2010 at 9:20 AM, <[email protected]> wrote:

> Your brackets " arround canon seem misplaced but i am not sure.
>
> regards
>
> ------- Original message -------
>
>> From: Patrick <[email protected]>
>> To: [email protected]
>> Sent: 8.4.'10,  18:43
>>
>> Or does anyone know if it is possible to change the default Hp Laserjet
>> model which is used by the Uttsc binary when -printer is used ?
>>
>> ---------- Forwarded message ----------
>> From: Patrick <[email protected]>
>> Date: Thu, Apr 8, 2010 at 6:05 PM
>> Subject: VDM + View4 printer issue
>> To: SunRay-Users mailing list <[email protected]>
>>
>>
>> Hi all,
>>
>> i'm breaking my head on parameters i'm hoping someone else already figured
>> this one out.
>>
>> I'm trying to map a printer with the VDM client to view. This works just
>> fine adding the -printer:printer1 to the variables.
>> However this results in a default hp laserjet model in the windows backend
>> and I would like to change it to another printer so i tried
>>
>> /etc/opt/SUNWkio/sessions/vdm/vdm -s view01s -https -- -r
>> printer:testprinter=\"Canon iP100 series\" -m
>>
>> and loads of other options of getting the printer model through.. without
>> luck i have to say.
>> The Spaces in the printer model seem to crash the uttsc connection once
>> it's ready to connect to the VM.
>>
>> regards,
>> patrick
>>
>>
>>
>>
>>
> _______________________________________________
> SunRay-Users mailing list
> [email protected]
> http://www.filibeto.org/mailman/listinfo/sunray-users
>
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to