#define MEMSIZE 0x9000 #include "..\lib\kolibri.h" #include "..\lib\strings.h" #include "..\lib\mem.h" #include "..\lib\file_system.h" void main() { dword dirbuf, fcount, filename, i; dword dirbuf2, fcount2, filename2, j; char cd_path[4096]; char install_path[4096]; signed int result; mem_Init(); GetDir(#dirbuf, #fcount, "/", DIRS_ONLYREAL); for (i=0; i0) ExitProcess(); } } } if (GetSystemLanguage()==4) notify("Не могу найти installer.kex ни в одном корне диска! Попробуйте найти и запустить его вручную."); else notify("Can't find installer.kex at the root of all disks! Try to find and run it manually."w); ExitProcess(); } stop: