Subversion Repositories Kolibri OS

Rev

Rev 5487 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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