Subversion Repositories Kolibri OS

Rev

Rev 6041 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. c-- window.c
  2. c-- collections.c
  3. c-- menu.c
  4. c-- mixcolors.c
  5.  
  6. @echo off
  7. @del _window
  8. @del _collections
  9. @del _menu
  10. @del _mixcolors
  11.  
  12. @rename window.com _window
  13. @rename collections.com _collections
  14. @rename menu.com _menu
  15. @rename mixcolors.com _mixcolors
  16.  
  17. @del warning.txt
  18. @echo on
  19.  
  20. @pause