home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / XIOS213C / INSTALL.BAT next >
DOS Batch File  |  1997-04-30  |  638b  |  35 lines

  1. @echo off
  2. :-  Creates OS/2 installation archives for Xitami
  3. :-  All files are maintained on this system.
  4.  
  5. if exist *.bak del *.bak
  6. if exist *.zip del *.zip
  7.  
  8. copy ..\license.txt
  9. copy ..\readme.txt
  10. copy ..\xitami.aut
  11. copy ..\xitami.cfg
  12.  
  13. :-  Reinstall webpages
  14.  
  15. rm -r webpages
  16. mkdir webpages
  17. xcopy /e ..\webpages webpages
  18. rm -r cgi-src
  19. mkdir cgi-src
  20. xcopy /e ..\cgi-src cgi-src
  21.  
  22. echo Creating XIOS2%vxi% archive...
  23. zip -q xios2%vxi% -r *.*
  24.  
  25. del readme.txt
  26. del license.txt
  27. del xitami.aut
  28. del xitami.cfg
  29.  
  30. :-  Install archives in site directories
  31. copy xios2%vxi%.* %site%\pub\xitami
  32. rm   xios2%vxi%.*
  33.  
  34. set v=
  35.