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

  1. REM   BSERP16.BAT - Fehler-Beispiel für Programm PSWSORT
  2. REM   Mindestlänge falsch
  3. REM   Stelle 0 bei Sortierfeld
  4. REM   Meldung: Parameter Nr. n Mindest-Länge nicht bei festem Format
  5. REM   Meldung: Parameter Nr. n Stelle 0 nur bei VAR zugelassen
  6. REM   ------------------------------------------------------------------------
  7. SET SORTPROT=BSERP16.PRT
  8. SET SORTCORE=
  9. SET SORTWORK=
  10. SET SORTIN=BSERP16.EIN,ASC,FIX,100
  11. SET SORTFORM=
  12. SET SORTOUT=BSERP16.AUS,ASC,FIX,400,50
  13. SET SORTFIELDS=0,CHAR,50,A
  14. PSWSORT
  15.