Subversion Repositories Kolibri OS

Rev

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

Rev 5152 Rev 5487
Line 15... Line 15...
15
	mem_Init();
15
	mem_Init();
16
	SetAddApplDir("kolibrios", abspath("kolibrios")+1);
16
	SetAddApplDir("kolibrios", abspath("kolibrios")+1);
17
	RunProgram("/sys/media/kiv", "\\S__/kolibrios/res/Wallpapers/In the wind there is longing.png");
17
	RunProgram("/sys/media/kiv", "\\S__/kolibrios/res/Wallpapers/In the wind there is longing.png");
18
	notify(T_END);
18
	notify(T_END);
19
	copyf(abspath("tmp"), "/tmp0/1");
19
	copyf(abspath("tmp"), "/tmp0/1");
-
 
20
	copyf(abspath("sys"), "/sys");
20
	ExitProcess();
21
	ExitProcess();
21
}
22
}
Line 22... Line 23...
22
 
23