7 lines
202 B
Batchfile
7 lines
202 B
Batchfile
@if (@This==@IsBatch) @then
|
|
wscript //E:JScript "%~dpnx0" %1
|
|
exit /b
|
|
@end
|
|
|
|
WScript.CreateObject("WScript.Shell").Run( decodeURIComponent(WScript.arguments(0).split("imexmedia://")[1]));
|
|
WScript.Quit(0); |