problem debugging xset command inside batch script (revised)

2008-02-19 Thread 6kbnowe02
I have narrowed the problem down to the following: It appears that I cannot run the xset command with the options I need from a Windows/DOS command shell or batch file. For example, when I enter the command xset -q the response is xset: unable to open display The same is true

RE: problem debugging xset command inside batch script (revised)

2008-02-19 Thread Allen, Matthew
Of [EMAIL PROTECTED] Sent: Tuesday, February 19, 2008 3:40 PM To: cygwin-xfree@cygwin.com Subject: problem debugging xset command inside batch script (revised) I have narrowed the problem down to the following: It appears that I cannot run the xset command with the options I need from a Windows/DOS

Re: problem debugging xset command inside batch script (revised)

2008-02-19 Thread jjo
Allen, Matthew MAllen at utcretail.com writes: You should be able to simply set the DISPLAY variable and get xset to work that way. The other option I'd think you should be able to do is use a -display option to xset. But I haven't confirmed xset has it. Thanks, Allen. Indeed, xset does

Re: problem debugging xset command inside batch script (revised)

2008-02-19 Thread Larry Hall (Cygwin X)
jjo wrote: Allen, Matthew MAllen at utcretail.com writes: You should be able to simply set the DISPLAY variable and get xset to work that way. The other option I'd think you should be able to do is use a -display option to xset. But I haven't confirmed xset has it. Thanks, Allen. Indeed,

Re: problem debugging xset command inside batch script (revised)

2008-02-19 Thread jjo
Larry Hall (Cygwin X reply-to-list-only-lh-x at cygwin.com writes: Again, DISPLAY not set? But your alternative will leave you with a console window, or at least briefly. If this is not tolerable, check out 'run'. I have to admit that adding the line set DISPLAY=localhost:0.0 before

Re: problem debugging xset command inside batch script (revised)

2008-02-19 Thread Larry Hall (Cygwin X)
jjo wrote: Larry Hall (Cygwin X reply-to-list-only-lh-x at cygwin.com writes: Again, DISPLAY not set? But your alternative will leave you with a console window, or at least briefly. If this is not tolerable, check out 'run'. I have to admit that adding the line set