home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / anwender / pswsort / beispiel.exe / BSERZ01.BAT < prev    next >
DOS Batch File  |  1992-07-18  |  574b  |  17 lines

  1. REM   BSERZ01.BAT - Zugriffsfehler-Beispiel für Programm PSWSORT
  2. REM   Es wird ein Inhaltsverzeichnis sortiert, das eine fixe Satzlänge
  3. REM   von 39 Bytes hat.
  4. REM   Das Programm bricht mit
  5. REM      Bytezähler abweichend
  6. REM   ab, da eine falsche Eingabe-Satzlänge angegeben wurde. 
  7. REM   ------------------------------------------------------------------------
  8. SET SORTPROT=BSERZ01.PRT
  9. SET SORTCORE=0
  10. SET SORTWORK=
  11. SET SORTIN=BSERZ01.EIN,FIX,29
  12. SET SORTFORM=
  13. SET SORTOUT=BSERZ01.AUS
  14. REM   die Datei wird nach Name sortiert
  15. SET SORTFIELDS=CHAR,1,12
  16. PSWSORT
  17.