public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* Re: piping escape into dosemu
@ 2010-03-05 22:18 Mike McCarty
  2010-03-06  2:50 ` TW
  0 siblings, 1 reply; 19+ messages in thread
From: Mike McCarty @ 2010-03-05 22:18 UTC (permalink / raw)
  To: FreeDOS

Meant for the whole group to see the answer I gave.
Sorry

-------- Original Message --------
Subject: Re: piping escape into dosemu
Date: Fri, 05 Mar 2010 12:49:59 -0600
From: Mike McCarty <Mike.McCarty@sbcglobal.net>
To: solarflow99 <solarflow99@gmail.com>
References: 
<ca6f72e21002251221q65619043r29c58bbfd8ece428@mail.gmail.com>	 
<ca6f72e21003042321s2f0ec77fnb1555e238fdf44af@mail.gmail.com> 
<7020fd001003050959y57b19119p131a70952683d71a@mail.gmail.com>

solarflow99 wrote:
> hmm, i'm not really sure myself, if no one knows here, maybe you will
> have to ask the dosemu-devel list.

$ man echo

NAME
        echo - display a line of text


SYNOPSIS
        echo [OPTION]... [STRING]...
[...]

        -e     enable   interpretation  of  the  backslash-escaped
characters
               listed below

[...]

        \NNN   the character whose ASCII code is NNN (octal)

[...]

$ echo "\033" > dospipe

> 
> 
> On Thu, Mar 4, 2010 at 11:21 PM, TW <zupftom@googlemail.com> wrote:
>> Sorry, can't anybody give me a hint about this?  Is there more
>> documentation on the commands that can be piped into dosemu
>> (especially the keystroke command, of course)?
>>
>> Thanks!
>> Thomas W.
>>
>>
>> 2010/2/25 TW <zupftom@googlemail.com>:
>>> Hi all,
>>>
>>> I'm sorry, the crappy webmail service of my e-mail provider messed up
>>> my last message, so here it is again from a different mail account:
>>>
>>> I'm using the -U switch to pipe keyboard input into dosemu. I'm
>>> starting dosemu like
>>>
>>>  dosemu -U dospipe
>>>
>>> and can then pipe keystrokes like
>>>
>>>  echo "keystroke dir\r" > dospipe
>>>
>>> Are all keystrokes encoded the same way as described for the -input
>>> switch[1]? I'm trying to pipe the escape key, but
>>>
>>>  echo "keystroke \^[" > dospipe
>>>
>>> doesn't seem to do anything. Any suggestions? By the way, how can I
>>> pipe a single space character?
>>>
>>> Thanks in advance!
>>>
>>> Thomas W.
>>>
>>> [1] http://dosemu.sourceforge.net/docs/README/1.4/x724.html#AEN748
>>>
>> --
>> 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
> 


-- 
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!


-- 
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!

^ permalink raw reply	[flat|nested] 19+ messages in thread
* piping escape into dosemu
@ 2010-02-25 20:21 TW
  2010-03-05  7:21 ` TW
  0 siblings, 1 reply; 19+ messages in thread
From: TW @ 2010-02-25 20:21 UTC (permalink / raw)
  To: linux-msdos

Hi all,

I'm sorry, the crappy webmail service of my e-mail provider messed up
my last message, so here it is again from a different mail account:

I'm using the -U switch to pipe keyboard input into dosemu. I'm
starting dosemu like

  dosemu -U dospipe

and can then pipe keystrokes like

  echo "keystroke dir\r" > dospipe

Are all keystrokes encoded the same way as described for the -input
switch[1]? I'm trying to pipe the escape key, but

  echo "keystroke \^[" > dospipe

doesn't seem to do anything. Any suggestions? By the way, how can I
pipe a single space character?

Thanks in advance!

Thomas W.

[1] http://dosemu.sourceforge.net/docs/README/1.4/x724.html#AEN748

^ permalink raw reply	[flat|nested] 19+ messages in thread
* piping escape into dosemu
@ 2010-02-24 21:09 x.zupftom
  0 siblings, 0 replies; 19+ messages in thread
From: x.zupftom @ 2010-02-24 21:09 UTC (permalink / raw)
  To: linux-msdos

Hi all, I'm using the -U switch to pipe keyboard input into dosemu. I'm starting dosemu like dosemu -U dospipe and can then pipe keystrokes like echo "keystroke dir\r" > dospipe Are all keystrokes encoded the same way as described for the -input switch[1]? I'm trying to pipe the escape key, but echo "keystroke \^[" > dospipe doesn't seem to do anything. Any suggestions? By the way, how can I pipe a single space character? Thanks in advance! Thomas W. [1] http://dosemu.sourceforge.net/docs/README/1.4/x724.html#AEN748
___________________________________________________________
WEB.DE DSL: Internet, Telefon und Entertainment für nur 19,99 EUR/mtl.!
http://produkte.web.de/go/02/
--
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] 19+ messages in thread

end of thread, other threads:[~2010-03-11 22:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-05 22:18 piping escape into dosemu Mike McCarty
2010-03-06  2:50 ` TW
2010-03-06  2:56   ` TW
2010-03-08  8:16   ` Mike McCarty
2010-03-08  8:29     ` Mike McCarty
2010-03-08 21:40     ` TW
2010-03-08 23:07       ` Mike McCarty
2010-03-10 20:11         ` TW
2010-03-11  6:26           ` Mike McCarty
2010-03-11  8:11             ` TW
2010-03-11  6:55           ` Mike McCarty
2010-03-11  9:11             ` TW
2010-03-11  9:19               ` Andrew Bird (Sphere Systems)
2010-03-11 12:50                 ` TW
     [not found]               ` <4B98F8EC.9030206@pobox.com>
     [not found]                 ` <ca6f72e21003111250x31e6ca3dt6732fefb59ef2a90@mail.gmail.com>
     [not found]                   ` <4B995B03.40906@pobox.com>
2010-03-11 22:24                     ` TW
  -- strict thread matches above, loose matches on Subject: below --
2010-02-25 20:21 TW
2010-03-05  7:21 ` TW
2010-03-05 17:59   ` solarflow99
2010-02-24 21:09 x.zupftom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox