* DOSEMU X Title
@ 2009-04-27 5:30 Julieto Agbay
2009-04-27 12:22 ` Bart Oldeman
2009-04-27 14:18 ` Samuel Bronson
0 siblings, 2 replies; 7+ messages in thread
From: Julieto Agbay @ 2009-04-27 5:30 UTC (permalink / raw)
To: dosemu
Hi!
Just wondering if it is possible to change the windows title in
command line. This is normally define in per user config .dosemurc.
--
$_X_title = "DepartmentName"
--
Plan to create a batch file with this $_X_title called so it will
deffer from window to window depending on the program executed.
rgds,
icbnsys
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: DOSEMU X Title
2009-04-27 5:30 DOSEMU X Title Julieto Agbay
@ 2009-04-27 12:22 ` Bart Oldeman
2009-04-27 15:40 ` more " Jamie
2009-04-27 23:48 ` Julieto Agbay
2009-04-27 14:18 ` Samuel Bronson
1 sibling, 2 replies; 7+ messages in thread
From: Bart Oldeman @ 2009-04-27 12:22 UTC (permalink / raw)
To: Julieto Agbay; +Cc: dosemu
Try this:
dosemu__X_title="bar" dosemu
Bart
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: DOSEMU X Title
2009-04-27 5:30 DOSEMU X Title Julieto Agbay
2009-04-27 12:22 ` Bart Oldeman
@ 2009-04-27 14:18 ` Samuel Bronson
1 sibling, 0 replies; 7+ messages in thread
From: Samuel Bronson @ 2009-04-27 14:18 UTC (permalink / raw)
To: Julieto Agbay; +Cc: dosemu
On Mon, Apr 27, 2009 at 1:30 AM, Julieto Agbay <jcagbay@icbnsys.com> wrote:
> Just wondering if it is possible to change the windows title in
> command line. Â This is normally define in per user config .dosemurc.
> --
> $_X_title = "DepartmentName"
You could use
> Plan to create a batch file with this $_X_title called so it will
> deffer from window to window depending on the program executed.
... but doesn't dosemu already *do* that? My dosemu windows change
title whenever a DOS EXEC call (int 21, ax=4b00h) is made. (Well, in
"real mode", anyway.)
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* more DOSEMU X Title
2009-04-27 12:22 ` Bart Oldeman
@ 2009-04-27 15:40 ` Jamie
2009-04-28 2:21 ` Julieto Agbay
2009-04-27 23:48 ` Julieto Agbay
1 sibling, 1 reply; 7+ messages in thread
From: Jamie @ 2009-04-27 15:40 UTC (permalink / raw)
To: Bart Oldeman, dosemu
> Try this:
>
> dosemu__X_title="bar" dosemu
>
> Bart
> --
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
That works for me, but here's another bit ...
I'm wondering if there is any way to stop the title bar changing every
time a dos command is executed.
I need it to be static, so that the value of dosemu_X_title is what
constantly shows, without anything else, regardless of what's going on
in dosemu.
thanks,
jamie
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: DOSEMU X Title
2009-04-27 12:22 ` Bart Oldeman
2009-04-27 15:40 ` more " Jamie
@ 2009-04-27 23:48 ` Julieto Agbay
1 sibling, 0 replies; 7+ messages in thread
From: Julieto Agbay @ 2009-04-27 23:48 UTC (permalink / raw)
To: Bart Oldeman, dosemu
Tried executing this in command line.
> dosemu__X_title="bar" dosemu
Response: bad command or filename.
What is the proper syntax when placing it in batch file?
rgds,
On Mon, Apr 27, 2009 at 8:22 PM, Bart Oldeman
<bartoldeman@users.sourceforge.net> wrote:
> Try this:
>
> dosemu__X_title="bar" dosemu
>
> Bart
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: more DOSEMU X Title
2009-04-27 15:40 ` more " Jamie
@ 2009-04-28 2:21 ` Julieto Agbay
2009-04-28 3:11 ` Jamie
0 siblings, 1 reply; 7+ messages in thread
From: Julieto Agbay @ 2009-04-28 2:21 UTC (permalink / raw)
To: Jamie, dosemu
Where did you execute "dosemu__X_title="bar" dosemu". Sorry for this
dumb question, I am lost here.
On Mon, Apr 27, 2009 at 11:40 PM, Jamie <mailtojamie@yahoo.ca> wrote:
>
>
>
>> Try this:
>>
>> dosemu__X_title="bar" dosemu
>>
>> Bart
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>>
>
> That works for me, but here's another bit ...
>
> I'm wondering if there is any way to stop the title bar changing every time
> a dos command is executed.
>
> I need it to be static, so that the value of dosemu_X_title is what
> constantly shows, without anything else, regardless of what's going on in
> dosemu.
>
>
> thanks,
>
> jamie
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: more DOSEMU X Title
2009-04-28 2:21 ` Julieto Agbay
@ 2009-04-28 3:11 ` Jamie
0 siblings, 0 replies; 7+ messages in thread
From: Jamie @ 2009-04-28 3:11 UTC (permalink / raw)
To: Julieto Agbay; +Cc: dosemu
At the linux command prompt (in my case, from midnight commander in a
terminal window). It should work in any terminal window, I guess.
If you tried it from the dos prompt, I guess it would not work (your
error message is a dos message) because dosemu is a linux command.
jamie
From Julieto Agbay __________ (27/04/09 07:21 PM):
> Where did you execute "dosemu__X_title="bar" dosemu". Sorry for this
> dumb question, I am lost here.
>
> On Mon, Apr 27, 2009 at 11:40 PM, Jamie <mailtojamie@yahoo.ca> wrote:
>
>>
>>
>>> Try this:
>>>
>>> dosemu__X_title="bar" dosemu
>>>
>>> Bart
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>
>>>
>>>
>> That works for me, but here's another bit ...
>>
>> I'm wondering if there is any way to stop the title bar changing every time
>> a dos command is executed.
>>
>> I need it to be static, so that the value of dosemu_X_title is what
>> constantly shows, without anything else, regardless of what's going on in
>> dosemu.
>>
>>
>> thanks,
>>
>> jamie
>>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-04-28 3:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 5:30 DOSEMU X Title Julieto Agbay
2009-04-27 12:22 ` Bart Oldeman
2009-04-27 15:40 ` more " Jamie
2009-04-28 2:21 ` Julieto Agbay
2009-04-28 3:11 ` Jamie
2009-04-27 23:48 ` Julieto Agbay
2009-04-27 14:18 ` Samuel Bronson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox