Das Skript:
alpha = inputbox("Bild:")
if alpha > "" then
set wshshell = CreateObject("WScript.Shell")
alpha = "bilderzeig.exe " + alpha
wshshell.Run alpha
end if
Anstelle von "bilderzeig.exe" musst Du das Programm eingeben, welches die Bilder anzeigen soll.
Das Tutorial:
Schon mal google mit "vbscript" und "tutorial" versucht?
fastix®