home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / lxlt121s.zip / m_lxlite.cmd < prev    next >
OS/2 REXX Batch file  |  1997-08-17  |  942b  |  29 lines

  1. @echo off
  2. set version=121
  3.  
  4. rem ***************************************************************************
  5. rem
  6. rem          please run this file to make lxLite distribution archive
  7. rem
  8. rem ***************************************************************************
  9.  
  10. copy lxLite_src\lxLite.rc lxLite\API >nul
  11. copy lxLite_src\os2API.rc lxLite\API >nul
  12. cd lxLite
  13. noEA /y lxLite.exe chCase.exe noEA.exe unLock.exe install.cmd
  14. eaUtil lxLite.exe    ..\lxLite.EA    /j /o /p
  15. eaUtil chCase.exe    ..\chCase.EA    /j /o /p
  16. eaUtil noEA.exe        ..\noEA.EA    /j /o /p
  17. eaUtil unLock.exe    ..\unLock.EA    /j /o /p
  18. eautil install.cmd    ..\install.EA    /j /o /p
  19. chcase * /cfal /y
  20. ren lxlite.* lxLite.* >nul
  21. ren chcase.* chCase.* >nul
  22. ren unlock.* unLock.* >nul
  23. ren noea.* noEA.* >nul
  24. ren sysicons.* sysIcons.* >nul
  25. lxLite /f chCase.exe unLock.exe noEA.exe sysIcons.exe
  26. lxLite /f /x /yur lxlite.exe
  27. cd ..
  28. zip -z -9 -r lxlt%version% lxLite/* <lxlite.header
  29.