home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dnew54c3.zip / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1997-05-23  |  1KB  |  45 lines

  1. echo off
  2.  
  3. set config=\dnews
  4.  
  5. mkdir %config%
  6. mkdir %config%\spool
  7. mkdir %config%\web
  8.  
  9. copy dnews.con dnews.conf
  10. copy nocached.bod nocached.body
  11. copy newsfeed.con newsfeeds.conf
  12. copy moderato.con moderators.conf
  13. copy access.con access.conf
  14. copy control.con control.conf
  15. copy expire.con expire.conf
  16. copy *.tpl %config%\web
  17.  
  18. replace dnews.conf %config% /a
  19. replace newsfeeds.conf %config% /a
  20. replace nocached.body %config% /a
  21. replace moderators.conf %config% /a
  22. replace access.conf %config% /a
  23. replace control.conf %config% /a
  24. replace expire.conf %config% /a
  25. replace active.dat %config% /a
  26.  
  27. copy dnews.exe %config%
  28. copy tellnews.exe %config%
  29. copy xmit.exe %config%
  30. copy dposter.exe %config%
  31. copy dtail.exe %config%
  32.  
  33. copy dnewsweb.* %config%
  34. rem You will need to update dnewsweb.exe by hand
  35. rem as we don't know where your cgi-bin directory is :-)
  36.  
  37. copy dnews.doc %config%
  38.  
  39. copy dnewsfaq.txt %config%
  40. copy install.txt %config%
  41. copy license.txt %config%
  42. copy manual.txt %config%
  43. copy install.os2 %config%
  44. copy install.cmd %config%
  45.