home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / FWKCS109.ZIP / FULSTART.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-03-07  |  1.9 KB  |  57 lines

  1. echo off
  2. cls
  3. if %1: == : goto message
  4. echo - i will need QSORT available on your path to use for this, and
  5. echo - FWKDG and FWKCS here where i am now
  6. echo - (please see FWKCS109.DOC for explanation and credits)
  7. echo -
  8. echo -  if any of these four is not set up that way, please press Control_Break
  9. echo -  and then press  y
  10. echo -
  11. pause
  12. cls
  13. fwkcs %1:\cs\cslist.ndx /d1
  14. fwkcs %1:\cs\cslist.srt /d2
  15. fwkcs %1:\cs\cslist1.ndx /d3
  16. fwkcs %1:\cs\cslist1.srt /d4
  17. cls
  18. fwkcs /d
  19. echo      ------
  20. echo -
  21. echo -     do defaults #1-4 on the right of the "=" look OK?
  22. echo -     if not, press Ctrl_Break, then  y
  23. pause
  24. cls
  25. md %1:\cs
  26. attrib -r %1:\cs\cslist*.*
  27. del %1:\cs\cslist*.*
  28. copy fwkcs.com %1:\cs
  29. copy fwkdg.com %1:\cs
  30. %1:
  31. cd %1:\cs
  32. fwkdg /l | fwkcs /1cfpxz | qsort > %1:\cs\cslist.srt
  33. fwkcs %1:\cs\cslist.ndx %1:\cs\cslist.srt /i
  34. attrib +r %1:\cs\cslist*.*
  35. fwkcs /u
  36. cls
  37. dir
  38. echo -
  39. echo ------- Please put the copy of FWKCS which is here in this subdirectory
  40. echo -  on your path. Its internal defaults have been set to point to the files
  41. echo -  created in this subdirectory.....
  42. echo ------- As a precaution, please make sure either that it is the ONLY copy
  43. echo -  of FWKCS on your path, or that such copies come from this cloned copy
  44. echo -  (the date and time on the program have been changed, and provide a simple
  45. echo -  test; also, you can type "FWKCS/d<enter>" to check its defaults). For more
  46. echo -  complicated configurations, please see FWKCS109.DOC.
  47. echo ------- Also, be sure that FWKCS can call QSORT, PKZIP, PKUNZIP, SCAN,
  48. echo -  and, optionally, LIST. If you wish, set a path for FWKUPLD.LOG.
  49. echo -  (i suggest that you run CHKDSK *.*, to see if any of my files contains
  50. echo -  non_contiguous blocks; if so, please make each of my files contiguous...)
  51. goto end
  52. :message
  53. echo -
  54. echo -  i need to have a single letter, without ":", for the drive
  55. echo -  where you want me to set up my system...
  56. echo -
  57. :end