Subversion Repositories Kolibri OS

Rev

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

Rev 2833 Rev 2875
Line 76... Line 76...
76
				{
76
				{
77
					copystr(#parametr, #disk_list[disc_num].Item);
77
					copystr(#parametr, #disk_list[disc_num].Item);
78
					disc_num++;
78
					disc_num++;
79
				}*/
79
				}*/
Line 80... Line 80...
80
				
80
				
81
				IF (parametr) && (!strcmp(#file_name+find_symbol(#file_name,'.'),#parametr)) {
81
				IF (parametr) && (!strcmp(#file_name+strchr(#file_name,'.'),#parametr)) {
82
					errornum=RunProgram(#option,#file_path);
82
					errornum=RunProgram(#option,#file_path);
83
					IF (errornum<0) //åñëè îøèáî÷êà âûøëà ïðè çàïóñêå
83
					IF (errornum<0) //åñëè îøèáî÷êà âûøëà ïðè çàïóñêå
84
					{
84
					{
85
						//WriteDebug(#option);
85
						//WriteDebug(#option);