home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / fingercl.zip / configure.cmd < prev    next >
OS/2 REXX Batch file  |  1997-08-29  |  623b  |  26 lines

  1. /* */
  2. '@type make.in > make.cmd'
  3. '@sed -V 2> \dev\nul'
  4. if rc \== 0 then
  5. do
  6. 'cls'
  7. say ""
  8. say "Ouch!"
  9. say ""
  10. say " Since you haven't got sed 2.05 or thereabouts installed, you have to define"
  11. say " FINGER_PATH in sf.h with the name of the directory in which finger.exe "
  12. say " resides. Note that the pathname must include double backslashes and"
  13. say  " be enclosed in quotes, e.g.      ""PATH=c:\\bin"""
  14. '@type sf\sf.h.in > sf\sf.h'
  15. '@start e sf\sf.h'
  16. say ""
  17. '@type makens.in >> make.cmd'
  18. end
  19. else
  20. do
  21. say ""
  22. say "Phew. Sed exists."
  23. '@type makesf.in >> make.cmd'
  24. end
  25. say "Type ""make"" to continue."
  26.