Subversion Repositories Kolibri OS

Rev

Rev 5548 | 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 "..\lib\patterns\restart_process.h"
  9.  
  10. #include "add_appl_dir.c";
  11.  
  12. ?define T_END "\'“áâ ­®¢ª  KolibriN ãᯥ譮 § ¢¥à襭 .\' -O"
  13. ?define T_LESS_RAM "Œ «® ᢮¡®¤­®© ®¯¥à â¨¢­®© ¯ ¬ïâ¨. Œ®£ãâ ¢®§­¨ª­ãâì ¯à®¡«¥¬ë"
  14.  
  15. void main()
  16. {
  17.  
  18.         SetAddApplDir("kolibrios", abspath("kolibrios")+1);
  19.         RunProgram("/sys/media/kiv", "\\S__/kolibrios/res/Wallpapers/In the wind there is longing.png");
  20.         copyf(abspath("tmp"), "/tmp0/1");
  21.         copyf(abspath("sys"), "/sys");
  22.         RestartProcessByName("@icon", MULTIPLE);
  23.         RestartProcessByName("@taskbar", SINGLE);
  24.         RestartProcessByName("@docky", SINGLE);
  25.         notify(T_END);
  26.         ExitProcess();
  27. }
  28.  
  29. void copyf_Draw_Progress(dword filename) { return; }
  30.  
  31.  
  32. stop: