User Rank: Newbie Joined: 12/3/2008 Posts: 4
|
I am working with LightScribePWSDK_1.18.1.1 Lightscribe sdk.
It provides switch to open printing dialog in unattended mode using --noOperator switch.
Even though I specify that switch, the dialog still gets displayed. All other switches works fine. Even --noShow switch displayes a minimized dailog.
the exact options string, which I am providing is as follows:
--filename "E:\cd.bmp" --index 0 --name "test" --quality best --path "G" --noShow 1 --noOperator 1
Can somebody help me figuring out the issue with the options string?
|