forked from KolibriOS/kolibrios
85f85fa6d0
git-svn-id: svn://kolibrios.org@5548 a494cfbc-eb01-0410-851d-a64ba20cac60
32 lines
878 B
C
32 lines
878 B
C
#define MEMSIZE 0xA1000
|
|
#include "..\lib\kolibri.h"
|
|
#include "..\lib\strings.h"
|
|
#include "..\lib\file_system.h"
|
|
#include "..\lib\mem.h"
|
|
#include "..\lib\copyf.h"
|
|
|
|
#include "..\lib\patterns\restart_process.h"
|
|
|
|
#include "add_appl_dir.c";
|
|
|
|
?define T_END "\'“áâ ®¢ª KolibriN ãá¯¥è® § ¢¥àè¥ .\' -O"
|
|
?define T_LESS_RAM "Œ «® ᢮¡®¤®© ®¯¥à ⨢®© ¯ ¬ïâ¨. Œ®£ãâ ¢®§¨ªãâì ¯à®¡«¥¬ë"
|
|
|
|
void main()
|
|
{
|
|
mem_Init();
|
|
SetAddApplDir("kolibrios", abspath("kolibrios")+1);
|
|
RunProgram("/sys/media/kiv", "\\S__/kolibrios/res/Wallpapers/In the wind there is longing.png");
|
|
copyf(abspath("tmp"), "/tmp0/1");
|
|
copyf(abspath("sys"), "/sys");
|
|
RestartProcessByName("@icon", MULTIPLE);
|
|
RestartProcessByName("@taskbar", SINGLE);
|
|
RestartProcessByName("@docky", SINGLE);
|
|
notify(T_END);
|
|
ExitProcess();
|
|
}
|
|
|
|
void copyf_Draw_Progress(dword filename) { return; }
|
|
|
|
|
|
stop: |