Имя пользователя:
Пароль:
 

Название темы: [addon] DAEMON Tools Lite
Показать сообщение отдельно

Аватара для WindoStroy

Пользователь


Сообщения: 128
Благодарности: 28

Профиль | Сайт | Отправить PM | Цитировать


мой способ, браузер не выскакивает.

AutoIt

PHP код: Выделить весь код

;Internet Exlorer

If FileExists(@ProgramFilesDir "\Internet Explorer\iexplore.exe"Then
    FileMove
(@ProgramFilesDir "\Internet Explorer\iexplore.exe", @ProgramFilesDir "\Internet Explorer\iexplore.exe.bak")
EndIf
;
Mozilla Firefox
If FileExists(@ProgramFilesDir "\Mozilla Firefox\firefox.exe"Then
    FileMove
(@ProgramFilesDir "\Mozilla Firefox\firefox.exe", @ProgramFilesDir "\Mozilla Firefox\firefox.exe.bak")
EndIf
;
Opera 
If FileExists(@ProgramFilesDir "\Opera\opera.exe"Then
    FileMove
(@ProgramFilesDir "\Opera\opera.exe", @ProgramFilesDir "\Opera\opera.exe.bak")
EndIf


;
Internet Exlorer
If FileExists(@ProgramFilesDir "\Internet Explorer\iexplore.exe.bak"Then
    FileMove
(@ProgramFilesDir "\Internet Explorer\iexplore.exe.bak", @ProgramFilesDir "\Internet Explorer\iexplore.exe")
EndIf

;
Mozilla Firefox
If FileExists(@ProgramFilesDir "\Mozilla Firefox\firefox.exe.bak"Then
    FileMove
(@ProgramFilesDir "\Mozilla Firefox\firefox.exe.bak", @ProgramFilesDir "\Mozilla Firefox\firefox.exe")
EndIf

;
Opera 
If FileExists(@ProgramFilesDir "\Opera\opera.exe.bak"Then
    FileMove
(@ProgramFilesDir "\Opera\opera.exe.bak", @ProgramFilesDir "\Opera\opera.exe")
EndIf 


Отправлено: 19:22, 26-12-2008 | #532

Название темы: [addon] DAEMON Tools Lite