#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
DetectHiddenWindows, On
DetectHiddenText, on
var=%1%
if (var="")
{
msgbox No file specified
exit
}
SplitPath, var,,,type
if type in avi,ifo
{
; msgbox using MPC-HC
Run "D:\Program Files (x86)\MPC-HomeCinema.1.5.2.3456.x86\mpc-hc.exe" %var%
}
if type in mkv,m2ts,mp4,ts
{
; msgbox using Splash
Run "D:\Program Files (x86)\Mirillis\Splash PRO\SplashProEx.exe" %var%
}
use SplahPro for the second, it is one of the few things that can use the Intel graphics core in an i3 processor