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

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