int cmd_more(char file[]) { kol_struct70 k70; kol_struct_BDVK bdvk; unsigned result, i; unsigned long long filesize, pos; char buf[81]; //���� char temp[FILENAME_MAX]; unsigned flags; if (strlen(file)<1) { printf (CMD_MORE_USAGE); return TRUE; } if ( '/' == file[0]) { strcpy(temp, file); if ( !file_check(temp) ) { file_not_found(file); return FALSE; } } else { strcpy(temp, cur_dir); if (temp[strlen(temp)-1] != '/') strcat(temp, "/"); // add slash strcat(temp, file); if ( !file_check(temp) ) { file_not_found(file); return FALSE; } } k70.p00 = 5; k70.p04 = k70.p12 = 0; //k70.p08 = 0; k70.p16 = (unsigned) &bdvk; k70.p20 = 0; k70.p21 = temp; result = kol_file_70(&k70); // ����砥� ���ଠ�� � 䠩�� if ( 0 != result ) return FALSE; filesize = bdvk.p32; // ����砥� ࠧ��� 䠩�� buf[80]=0; flags = con_get_flags(); for (pos=0;pos