home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / wp / dospel37.zip / SPEL_371.ZIP / SORTBIG.BAT < prev    next >
DOS Batch File  |  1993-01-23  |  884b  |  50 lines

  1. echo off
  2. rem door J.A.M. Kleijn, Rotterdam.
  3. if not %%(%2)==%%() goto begin
  4. echo .
  5. echo Batchfile for sorting big file with SPEL-S. Start this file from the
  6. echo harddisk C: Sorting will be done on the ram disk D:. Make this
  7. echo ramdisk D: with the dos program VDISK.SYS.
  8. echo .
  9. echo Usage:   SORTBIG FILENAME DEPTH
  10. echo .
  11. goto einde
  12.  
  13. :begin
  14. C:
  15. SPEL-S %1 -DHLPTW 
  16. D:
  17. C:SPEL-S C:SORTA.1 %2
  18. COPY SORT.1 C:1
  19. DEL  SORT.1
  20. C:SPEL-S C:SORTD.1 %2
  21. COPY SORT.1 C:2
  22. DEL  SORT.1
  23. C:SPEL-S C:SORTH.1 %2
  24. COPY SORT.1 C:3
  25. DEL  SORT.1
  26. C:SPEL-S C:SORTL.1 %2
  27. COPY SORT.1 C:4
  28. DEL  SORT.1
  29. C:SPEL-S C:SORTP.1 %2
  30. COPY SORT.1 C:5
  31. DEL  SORT.1
  32. C:SPEL-S C:SORTT.1 %2
  33. COPY SORT.1 C:6
  34. DEL  SORT.1
  35. C:SPEL-S C:SORTW.1 %2
  36. COPY SORT.1 C:7
  37. DEL  SORT.1
  38. C:
  39. DEL *.1
  40. COPY 1+2+3+4+5+6+7 SORT.1
  41. del 1
  42. del 2
  43. del 3
  44. del 4
  45. del 5
  46. del 6
  47. del 7
  48. echo Result written to c:SORT.1
  49. :einde
  50.