* Re: Keystroke configure and -I commandline options
@ 2002-08-15 11:28 Stas Sergeev
2002-08-15 14:55 ` Oscar A. Valdez
0 siblings, 1 reply; 6+ messages in thread
From: Stas Sergeev @ 2002-08-15 11:28 UTC (permalink / raw)
To: linux-msdos
Hello.
Oscar A. Valdez wrote:
> Do the keystroke configure and -I commandline options still work on
> Dosemu 1.0.2?
Still works fine on 1.1.3.2.
> I've been trying them without luck.
How exactly you are doing that?
The example from the docs works for me.
Try passing the options directly to dosemu.bin
bypassing the startup script, that's the way I
am invoking dosemu...
Also make a config log (-D9+c) and see what's
going wrong.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Keystroke configure and -I commandline options
2002-08-15 11:28 Keystroke configure and -I commandline options Stas Sergeev
@ 2002-08-15 14:55 ` Oscar A. Valdez
2002-08-15 15:24 ` Bart Oldeman
0 siblings, 1 reply; 6+ messages in thread
From: Oscar A. Valdez @ 2002-08-15 14:55 UTC (permalink / raw)
To: Stas Sergeev; +Cc: linux-msdos
Thanks for your reply. I tried doing something really simple (but still
using the startup script):
xdosemu -I 'keystroke "dir"' -D9+c
In other words, execute the dir command. The "-D9+c" command is to
generate the startup log.
Any suggestions will be greatly appreciated.
Oscar
This is the boot log:
Running unpriviledged in low feature mode
kernel CPU speed is 701000599 Hz
Running on CPU=586, FPU=1
using stderr for debug-output
debug flags: 9+c
CONF: config variable parser_version_3 set
CONF: config variable c_system set
CONF: Parsing /home/ovaldez/dosemu/conf/global.conf file.
CONF: config variable version_3_style_used set
CONF: config variable version_3_style_used unset
CONF: config variable version_3_style_used set
CONF: opened include file /home/ovaldez/dosemu/conf/dosemu.conf
CONF: closed include file /home/ovaldez/dosemu/conf/dosemu.conf
CONF: entered user scope, includelevel 0
CONF: opened include file /home/ovaldez/dosemu/conf/dosemurc
CONF: closed include file /home/ovaldez/dosemu/conf/dosemurc
CONF: left user scope, includelevel 0
CONF: config variable skip_dosrc set
CONF: variable _X_keycode replaced by user
debug flags: -a+c
debug flags: -dARWDCvXkiTsm#pQgcwhIExMnPrSgZ
CONF: Disabling use of pentium timer
CONF: dosbanner on
CONF: timint on
CONF: CPU set to 386
CONF: 4096k bytes XMS memory
CONF: 4096k bytes EMS memory
CONF: EMS-frame = 0xe000
CONF: dosemu running on _xterm
CONF: Keyboard-layout keyb-user
CONF: Keyboard-layout auto
device: /dev/fd0 type 2 h: 0 s: 0 t: 0 floppy A:
CONF: DPMI-Server on
CONF: not allowing speaker port access
CONF: IPX support off
CONF(LPT0) f: (null) c: lpr o: -PEpson %s t: 20 port: 378
device: /home/ovaldez/dosemu/freedos type 4 h: -1 s: -1 t: -1 drive C:
CONF: config variable c_system unset
CONF: not enough privilege to define config variable c_user
CONF: not enough privilege to define config variable c_comline
Parsing commandline statements.
CONF: Parsing commandline file.
Error in commandline: (line 001) parse error
1 error(s) detected while parsing the configuration-file
CONF: not enough privilege to undefine config variable c_comline
El jue, 15-08-2002 a las 05:28, Stas Sergeev escribió:
> Hello.
>
> Oscar A. Valdez wrote:
> > Do the keystroke configure and -I commandline options still work on
> > Dosemu 1.0.2?
> Still works fine on 1.1.3.2.
>
> > I've been trying them without luck.
> How exactly you are doing that?
> The example from the docs works for me.
> Try passing the options directly to dosemu.bin
> bypassing the startup script, that's the way I
> am invoking dosemu...
> Also make a config log (-D9+c) and see what's
> going wrong.
>
-
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] 6+ messages in thread
* Re: Keystroke configure and -I commandline options
2002-08-15 14:55 ` Oscar A. Valdez
@ 2002-08-15 15:24 ` Bart Oldeman
0 siblings, 0 replies; 6+ messages in thread
From: Bart Oldeman @ 2002-08-15 15:24 UTC (permalink / raw)
To: Oscar A. Valdez; +Cc: linux-msdos
On 15 Aug 2002, Oscar A. Valdez wrote:
> Thanks for your reply. I tried doing something really simple (but still
> using the startup script):
>
> xdosemu -I 'keystroke "dir"' -D9+c
dosemu-1.0.2.1 (with the .1 !) includes a special "-input" switch in the
script to do exactly what you want. It also handles -I correctly.
And there's a special -quiet to get it to shut up about the hints and
tips.
Check your script to see if you find the switches.
Bart
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Keystroke configure and -I commandline options
@ 2002-08-15 15:18 Stas Sergeev
2002-08-15 15:58 ` Oscar A. Valdez
0 siblings, 1 reply; 6+ messages in thread
From: Stas Sergeev @ 2002-08-15 15:18 UTC (permalink / raw)
To: linux-msdos
Hello.
Oscar A. Valdez wrote:
> I tried doing something really simple
> xdosemu -I 'keystroke "dir"' -D9+c
I have just executed
dosemu.bin -I 'keystroke "dir"' -D9+c
works as expected.
> but still using the startup script
I think that script gets all that apostrophes
and quotation marks wrong, but as I never used
it, this is just my guess. I am using my own
startup script which in fact gets confused by
that line, that is why I suspected that the
official one can also have that problem.
Apparently without a script everything works
fine for me.
The suspicious lines in a log about "not enough
privilege for c_comline" I also have, but this
doesn't hurt.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Keystroke configure and -I commandline options
2002-08-15 15:18 Stas Sergeev
@ 2002-08-15 15:58 ` Oscar A. Valdez
0 siblings, 0 replies; 6+ messages in thread
From: Oscar A. Valdez @ 2002-08-15 15:58 UTC (permalink / raw)
To: Stas Sergeev; +Cc: linux-msdos
When I execute dosemu.bin, by itself or with command line options, I
always get the following message:
"neither /etc nor /etc/dosemu do contain dosemu.users"
and dosemu doesn't run.
Since I have a local user install, the file dosemu.users doesn't exist
anywhere on my system.
Is there a workaround for this?
Oscar
El jue, 15-08-2002 a las 09:18, Stas Sergeev escribió:
> Hello.
>
> Oscar A. Valdez wrote:
> > I tried doing something really simple
> > xdosemu -I 'keystroke "dir"' -D9+c
> I have just executed
> dosemu.bin -I 'keystroke "dir"' -D9+c
> works as expected.
>
> > but still using the startup script
> I think that script gets all that apostrophes
> and quotation marks wrong, but as I never used
> it, this is just my guess. I am using my own
> startup script which in fact gets confused by
> that line, that is why I suspected that the
> official one can also have that problem.
> Apparently without a script everything works
> fine for me.
> The suspicious lines in a log about "not enough
> privilege for c_comline" I also have, but this
> doesn't hurt.
>
-
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] 6+ messages in thread
* Keystroke configure and -I commandline options
@ 2002-08-14 15:07 Oscar A. Valdez
0 siblings, 0 replies; 6+ messages in thread
From: Oscar A. Valdez @ 2002-08-14 15:07 UTC (permalink / raw)
To: linux-msdos
Do the keystroke configure and -I commandline options still work on
Dosemu 1.0.2? (see
http://dosemu.sourceforge.net/docs/README/0.98/README-13.html).
I've been trying them without luck.
--
Oscar A. Valdez
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-08-15 15:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-15 11:28 Keystroke configure and -I commandline options Stas Sergeev
2002-08-15 14:55 ` Oscar A. Valdez
2002-08-15 15:24 ` Bart Oldeman
-- strict thread matches above, loose matches on Subject: below --
2002-08-15 15:18 Stas Sergeev
2002-08-15 15:58 ` Oscar A. Valdez
2002-08-14 15:07 Oscar A. Valdez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox