Re: [Freedos-user] Any PCMCIA Parallel Port Adapters known to work with FreeDOS?

2006-07-14 Thread Andrew Greenberg
Hi Mark,

We had high hopes that the Trans Digital card would work: it's got a DOS
driver, and looks like they've done their homework.

  http://www.transdigital.net/

However, it only works with Intel PCMCIA chipsets... and since all of
our laptops have TI or Ricoh chipsets, we have never gotten to
successfully test it.

Anyone know of any laptops with Intel PCMCIA chipsets?

Andrew

Mark Bailey wrote:
 Hello, all:
 
 Has anyone successfully used any of the PCMCIA parallel port
 adapters with the provided DOS drivers under FreeDOS?  I
 would like to if any are known to work with FreeDOS.
 
 Mark Bailey

-- 

---
   Andrew Greenberg - [EMAIL PROTECTED] - 503.788.1343
---



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Russian by UTF-8 in FreeDOS?

2006-07-14 Thread Carl Spitzer
On Wed, 2006-07-05 at 18:11 +0200, Fox wrote:
 Hi people!
 
 Is there any software wich gives UTF-8 support to DOS? I often copy Linux 
 text 
 files (which are UTF8 encoded) to my DOS computer and have *big* problems to 
 read them. Not only because of the LF/CR difference between DOS and Unix 

In linux there is unix2dos and dos2unix included with some distros.
Then there is Perl which can search and replace characters in files.
for changing names there is tr see script below.  Might as well use the
unix tools it provides since that is where your starting.

cat /home/cwsiv/MyBash/space.sh
# Loop over all files in a directory
for i in * ; do
 
 # $i = current filename
 
 #  translate $i (filename) the string upper to lowercase and
  # emit the result
 LOWERNAME=`echo -n $i| tr ' ' '_'`

# for lower case
#  LOWERNAME=`echo -n $i| tr 'A-Z ' 'a-z'`
 
 # mv = rename file
  mv $i $LOWERNAME
 
done


Someday we will have a dos perl but since I figure most of us multiboot
with linux we can get by mixing the two and having the best of both.
CWSIV



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FRISK Software stops development of F-ProtAntivirus for DOS

2006-07-14 Thread Carl Spitzer
On Tue, 2006-07-04 at 21:36 +0800, Johnson Lam wrote:
 On Tue, 04 Jul 2006 10:24:06 +0200, you wrote:
 
 Hi Robert,
 
 You forget to mention F-Prot's resident shield or reliability. ClamAV is
 far from perfect and so it is NOT a replacement for F-Prot.
 
 Oh! I forgot, thanks for reminding me, it's been a long time.
 
 I use F-PROT because SCAN become slow like snail, it's been a long
 time, time proved it's solid design.
 
 Too bad it's not OpenSource, maybe we can ask FRISK to release the
 source.

Yes if we work with the OpenVirus people we might make a live cd with
this capability built in.  Afterall it does not matter what OS runs the
anti virus software, it matters that the software can scan your OS
whatever that is.

CWSIV
-- 
+--+
| Windows 95/NT - 32 bit extensions and a graphical shell for a 16 bit |
| patch to an 8 bit operating system originally coded for a 4 bit  |
| microprocessor, written by a 2 bit company that can't stand 1 bit of |
| competition. |
+--+



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user