What is KMPlayer Silent code?
I can't Find it.
Posted 13 March 2013 - 09:20 AM
Posted 13 March 2013 - 10:32 AM
behdadsoft, on 13 March 2013 - 05:55 AM, said:
Run('kmp.exe /S')
WinWait("Installer Language","Please select the la")
If Not WinActive("Installer Language","Please select the la") Then WinActivate("Installer Language","Please select the la")
WinWaitActive("Installer Language","Please select the la")
Send("{ENTER}")
@echo off&color a&mode con: cols=60 lines=4&&title[~ KMPlayer ProPlus - Silent ~] ::Installs KMP Professional Plus v.3.5.0.77 - DosProbie.03.13.13 "KMP_35077.exe" /S /D cls echo KMSPlayer Installed Successfully! ping -n 3 127.0.0.1>nul exit
This post has been edited by DosProbie: 13 March 2013 - 11:32 AM
Posted 13 March 2013 - 12:01 PM
Quote