Subversion Repositories Kolibri OS

Rev

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

Rev 2077 Rev 2502
Line 47... Line 47...
47
/* § ¯ã᪠¯à®£à ¬¬ë */
47
/* § ¯ã᪠¯à®£à ¬¬ë */
48
result = program_run(exec, args);
48
result = program_run(exec, args);
49
if (result > 0)
49
if (result > 0)
50
	{
50
	{
-
 
51
	
-
 
52
	if ( !program_console(result)  )
-
 
53
		{
51
	#if LANG_ENG
54
		#if LANG_ENG
52
		printf ("  '%s' started. PID = %d\n\r", cmd, result);
55
			printf ("  '%s' started. PID = %d\n\r", cmd, result);
53
	#elif LANG_RUS
56
		#elif LANG_RUS
54
		printf ("  '%s' § ¯ã饭. PID = %d\n\r", cmd, result);
57
			printf ("  '%s' § ¯ã饭. PID = %d\n\r", cmd, result);
55
	#endif
58
		#endif
-
 
59
		}
56
	return TRUE;
60
	return TRUE;
57
	}
61
	}
58
else	
62
else	
59
	{
63
	{
60
	printf(error_starting, cmd);
64
	printf(error_starting, cmd);