home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / mp3osr05.zip / src / build.cmd < prev    next >
OS/2 REXX Batch file  |  2000-01-07  |  1KB  |  54 lines

  1.  
  2. del mp3src*.exe
  3. del *.bak
  4.  
  5. call cd32.cmd -$s- %1 %2 %3 %4 %5 %6 %7
  6. call cw32.cmd -$s- %1 %2 %3 %4 %5 %6 %7
  7. call c.cmd -$s- %1 %2 %3 %4 %5 %6 %7
  8.  
  9. chcase * /cl /r /y+
  10.  
  11. md current
  12.  
  13. cd current
  14. del *.* /n
  15.  
  16. md src
  17. md examples
  18. md docs
  19. md tpl
  20.  
  21. copy ..\*.pas src\
  22. copy ..\*.inc src\
  23. copy ..\*.cmd src\
  24. copy ..\genres.lst src\
  25.  
  26. copy ..\examples\*.* examples\
  27.  
  28. md docs\rus
  29. md docs\eng
  30. copy ..\whatnews.txt docs\rus\
  31. copy ..\readme.rus docs\rus\
  32. copy ..\macros.rus docs\rus\
  33. copy ..\todo.txt docs\rus\
  34. copy ..\readme.txt docs\eng\
  35. copy ..\macros.txt docs\eng\
  36.  
  37. copy ..\tpl\*.* tpl\
  38.  
  39. copy ..\mp3srch?.exe .\
  40. copy ..\tagger.res .\
  41. copy ..\file_id.* .\
  42. copy ..\mp3srch.ctl .\
  43.  
  44. rar2 m mp3_sr_c.rar -m5 -r -std
  45.  
  46. copy mp3_sr_c.rar mp3osr_c.rar
  47. copy mp3_sr_c.rar mp3dsr_c.rar
  48. copy mp3_sr_c.rar mp3wsr_c.rar
  49.  
  50. rar2 d mp3osr_c.rar mp3srchw.exe mp3srchd.exe -std
  51. rar2 d mp3wsr_c.rar mp3srch2.exe mp3srchd.exe -std
  52. rar2 d mp3dsr_c.rar mp3srch2.exe mp3srchw.exe -std
  53.  
  54. cd ..