Subversion Repositories Kolibri OS

Rev

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

  1. #define MEMSIZE 0xA1000
  2. #include "..\lib\kolibri.h"
  3. #include "..\lib\strings.h"
  4. #include "..\lib\file_system.h"
  5. #include "..\lib\mem.h"
  6. #include "..\lib\copyf.h"
  7.  
  8. #include "add_appl_dir.c";
  9.  
  10. ?define T_END "\'“áâ ­®¢ª  KolibriN ãᯥ譮 § ¢¥à襭 .\' -O"
  11. ?define T_LESS_RAM "Œ «® ᢮¡®¤­®© ®¯¥à â¨¢­®© ¯ ¬ïâ¨. Œ®£ãâ ¢®§­¨ª­ãâì ¯à®¡«¥¬ë"
  12.  
  13. void main()
  14. {
  15.         mem_Init();
  16.         SetAddApplDir("kolibrios", abspath("kolibrios")+1);
  17.         RunProgram("/sys/media/kiv", "\\S__/kolibrios/res/Wallpapers/In the wind there is longing.png");
  18.         notify(T_END);
  19.         copyf(abspath("tmp"), "/tmp0/1");
  20.         copyf(abspath("sys"), "/sys");
  21.         ExitProcess();
  22. }
  23.  
  24.  
  25. void copyf_Draw_Progress(dword filename) { return; }
  26.  
  27.  
  28. stop: