********************************************************************************
*
*   \         (c) Thomas Antoni, 9.2.2004 - 4.1.2009
*    \ /\           Mailto:thomas@antonis.de
*    ( )            Downloaded from www.antonis.de --- www.qbasic.de   
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************

********************************************************************************
*
* .----------------.
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* '----------------'
*
* Download File  : ASCIANSI V1.0 - Converts ASCII files to ANSI files
*                  ====================================================
* Prog. Language  : QBasic, QuickBasic
* Test Environment: DOS 6.22, Windows 3.1, Windows 95
* Author          : Thomas Antoni
*   - E-Mail      : thomas@antonis.de
*   - Website    : www.qbasic.de
*
********************************************************************************

*** Short Description
This little programm converts an ASCII textfile (MS-Codepage 437) into an ANSI 
textfile (ISO 8859-1 code "Latin 1 / Western"). The maximum filesize is 2
GBytes!

This Programm version V1.0 does not work under Windows XP or newer because these
OSes don't any longer support QBasic's CHDIR statement.


*** Rating
++    (in a range of + to +++)


********************************************************************************
*
* .---------------.
* | DEUTSCHE INFO |
* '---------------'
*
* Download-Datei: ASCIANSI V1.0 - Code-Konverter vom ASCII in den ANSI-Code
*                 =========================================================
* Progr.sprache : QBasic, QuickBasic
* Getestet unter; DOS 6.22, Windows 3.1, Windows 95
* Autor         : Thomas Antoni
*   - E-Mail    : thomas@antonis.de
*   - Webseite  : www.qbasic.de
*
********************************************************************************

*** Kurzbeschreibung
Dieses kleine Programm konvertiert eine whlbare Textdatei, die im DOS-ASCII-
Code vorliegt (MS-Codeseite 437) in eine Windows-ANSI-Datei (ISO 8859-1 Code
"Latin 1 / Western"). Die maximale Dateilnge betrgt 2 GBytes !

Bei groen Dateilngen ab 1 MB arbeitet das Programm etas langsam. Die 
Konvertierung einer 1 Mbyte langen Datei dauert auf einem 400 MHz Pentium ca. 1 
min. Das knnte man durch die Verwendung eines Schreib-/Lesepuffers noch stark 
beschleunigen.

Die vorliegende Programm-Version V1.0 luft nicht mehr unter Windows XP oder
neuer, weil diese Betriebssysteme den CHDIR-Befehl von QBasic nicht mehr
untersttzen.

*** Inhalt
- ASCIANSI.BAS            - Quellspracheprogramm
- ASCIANSI.EXE            - kompiliertes EXE-Programm

*** Bewertung
++   (in einer Skala von + bis +++)




