Mail Archives: djgpp/2000/11/22/06:51:55
From: | Alex Crowther <alex_crowther AT yahoo DOT com>
|
Newsgroups: | comp.os.msdos.djgpp,comp.os.msdos.djgpp
|
Subject: | dos pipes not working
|
Date: | Wed, 22 Nov 2000 10:25:50 +0000
|
Message-ID: | <9a7n1t4k4bqevagcd0p9a72iue5rn7ivap@4ax.com>
|
NNTP-Posting-Host: | cmonkey.demon.co.uk
|
X-NNTP-Posting-Host: | cmonkey.demon.co.uk:158.152.54.226
|
X-Trace: | news.demon.co.uk 974888712 nnrp-08:6737 NO-IDENT cmonkey.demon.co.uk:158.152.54.226
|
X-Complaints-To: | abuse AT demon DOT net
|
X-Newsreader: | Forte Agent 1.8/32.548
|
MIME-Version: | 1.0
|
Lines: | 37
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Anyone have a definitive answer as to why dos pipes dont work on
UK installations of Win98. example ..
---
echo bobbins | type
---
should show ..
---
bobbins
---
where as if pipes are not working you get ..
---
bobbins | type
---
Normally I fix it by messing with config.sys and autoexec.bat,
until it works .. for autoexec.bat
mode con codepage blar blar
keyb uk, blar blar
LH KEYB UK
and some related entries for config.sys I cant even remember.
All I know is that after a while they start working ...
ps - I good trick to improve things in dos is to put the following in
config.sys
SHELL=C:\WINDOWS\COMMAND.COM /P /E:32768 /U:255 /L:1024
which gives it far more memory than usual, which causes alot of
problems in dos to stop, for example if you use make.exe (cos you
are a coder etc), it increases the command line length lets make
exicute gcc blar blar blar ... even if the line wraps 4 times, where
as normally it would get cut off after one and a half lines.)
- Raw text -