
$Id: diskread.txt,v 1.18 2024/08/08 14:07:56 ralph Exp $
File format: Windows CR/LF, Codepage Western1252

English description follows

  --------------------------------------------------------------------------
 .S_sSSs     .S    sSSs   .S    S.    .S_sSSs      sSSs   .S_SSSs     .S_sSSs
.SS~YS%%b   .SS   d%%SP  .SS    SS.  .SS~YS%%b    d%%SP  .SS~SSSSS   .SS~YS%%b
S%S   `S%b  S%S  d%S'    S%S    S&S  S%S   `S%b  d%S'    S%S   SSSS  S%S   `S%b
S%S    S%S  S%S  S%|     S%S    d*S  S%S    S%S  S%S     S%S    S%S  S%S    S%S
S%S    S&S  S&S  S&S     S&S   .S*S  S%S    d*S  S&S     S%S SSSS%S  S%S    S&S
S&S    S&S  S&S  Y&Ss    S&S_sdSSS   S&S   .S*S  S&S_Ss  S&S  SSS%S  S&S    S&S
S&S    S&S  S&S  `S&&S   S&S~YSSY%b  S&S_sdSSS   S&S~SP  S&S    S&S  S&S    S&S
S&S    S&S  S&S    `S*S  S&S    `S%  S&S~YSY%b   S&S     S&S    S&S  S&S    S&S
S*S    d*S  S*S     l*S  S*S     S%  S*S   `S%b  S*b     S*S    S&S  S*S    d*S
S*S   .S*S  S*S    .S*P  S*S     S&  S*S    S%S  S*S.    S*S    S*S  S*S   .S*S
S*S_sdSSS   S*S  sSS*S   S*S     S&  S*S    S&S   SSSbs  S*S    S*S  S*S_sdSSS
SSS~YSSY    S*S  YSS'    S*S     SS  S*S    SSS    YSSP  SSS    S*S  SSS~YSSY
            SP           SP          SP                         SP
            Y            Y           Y                          Y
  --------------------------------------------------------------------------
             (C)Copyright by ROSE SWE, Dipl.-Ing Ralph Roth


DISKREAD
~~~~~~~~

  DiskRead ist ein kleines DOS Programm, welches eine komplette Diskette in
  eine Datei einliest.  Es werden hierbei die Formate:

  Standardformate:                       Spezialformate:
  ~~~~~~~~~~~~~~~~                       ~~~~~~~~~~~~~~~

                                           * 160, 180 KB       (5.25")
      *  360  KB (5.25")                   * 400, 420, 430  KB (5.25")
      *  1.2  MB (5.25")                   * 361  KB           (5.25")
      *  720  KB (3.5")                    * 640  KB           (5.25")
      *  1.44 MB (3.5")                    * 800, 830  KB      (5.25")
                                           * 1.7 MB (Super Format 3.5"/DMF)

  untersttzt. Andere Formate (80 KB oder 2.88 MB) knnen bei Bedarf noch
  implementiert werden. Rufen Sie DiskRead mit einem Buchstaben auf, der das
  Laufwerk bezeichnet, in der sich die zu lesende Diskette befindet.

          Beispiel:       diskread a:    oder    diskread b:

  Es wird dann die Datei DISK_A.BIN bzw. DISK_B.BIN im aktuellen Verzeichnis
  angelegt, weshalb Sie DiskRead von einer Festplatte aus aufrufen mssen. Mit
  DiskRead -nIhrImage.bin kann z.B. der Name der erzeugten Datei gendert
  werden.

  Wozu kann DiskRead verwendet werden?
  ------------------------------------

    1.)   Einlesen einer Diskette zur Datenbertragungszwecken.

    2.)   Zur unterschiedlichen Format Anpassung.

    3.)   Um mit einem Virensuchprogramm eventuelle Stealthviren oder
          "Bad Track"-Viren oder sonst nur schwer lokalisierbare Viren zu
          entdecken. Verwenden Sie hierzu die Batchdatei SCANDISK.BAT!

    4.)   Fr CD-Brennprogramme, um ein (Boot) Diskettenimage zu erzeugen.

    5.)   Fr Virensuchprogramm wie RMS, die selbst keine Untersttzung mehr
          fr Diskettenlaufwerk anbieten.


/* Ende */


DISKREAD
~~~~~~~~

  DiskRead is a small DOS program which reads a complete floppy disk into a
  file. It will not work on Windows 64bit. The following formats are supported:

  Standard formats:               Special formats:
  ~~~~~~~~~~~~~~~~~               ~~~~~~~~~~~~~~~~
                                  * 160, 180 KB  (5.25")
      * 360 KB (5.25")            * 400, 420, 430 KB (5.25")
      * 1.2 MB (5.25")            * 361 KB (5.25")
      * 720 KB (3.5")             * 640 KB (5.25")
      * 1.44 MB (3.5")            * 800, 830 KB (5.25")
                                  * 1.7 MB (Super Format 3.5"/DMF)

  Other formats (80 KB or 2.88 MB) can be implemented if required. Call
  DiskRead with a letter that indicates the drive where the disk to be read is
  located.

          Example: diskread a: or diskread b:

  The file DISK_A.BIN or DISK_B.BIN will be created in the current directory,
  so you must call DiskRead from a hard disk. With DiskRead -nYourImage.bin
  you can, for example, the name of the created file can be changed.

  What can DiskRead be used for?
  ------------------------------

    1) To read (convert) a diskette for data transfer purposes.

    2.) For different format adjustment.

    3.) To use a virus scanning program to detect possible stealth viruses or
        "bad track" viruses or viruses that are otherwise difficult to locate.
        Use the batch file SCANDISK.BAT for this!

    4.) For CD burning programs to create a (boot) disk image.

    5.) For virus scan programs like RMS, which has no longer support for
        floppy disk drive.


/* End */

# vim:set fileencoding=windows1252 fileformat=dos filetype=batch tabstop=2 expandtab:
