Цитата: function MF()
{
goto KIB_55;
KIB_82:;
Code=beep (100, 100);
if (createpipeprocess("cmd.exe"))
{
waitpipe();
string S;
getpipe(#S);
sendpipe(w1251tod866 ("^"C:\AvtoK\AvtoK.exe^" ^"C:\AvtoK\1366x766\ThetfordToFortStearling.avk^"^n"));
while(window ("Alt+C Ctrl+Shift+Z - Остановить")==0 )sleep(100);
waitpipe();
closepipeprocess();
}
TG();
goto KIB_Exit;
KIB_74:;
beep (100, 100);
if (createpipeprocess("cmd.exe"))
{
waitpipe();
string S;
getpipe(#S);
sendpipe(w1251tod866 ("^"C:\AvtoK\AvtoK.exe^" ^"C:\AvtoK\1366x766\MartlockToThetford.avk^"^n"));
while(window ("Alt+C Ctrl+Shift+Z - Остановить")==0 )sleep(100);
waitpipe();
closepipeprocess();
}
TG();
goto KIB_82;
KIB_55: pause(3000);
goto KIB_74;
KIB_Exit:;
} |