Jump to content

Erwin01

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Erwin01

  1. thnx, but where should I paste this into my vbsript? After the part wich is: thank you for helping me... :)--- by the way... when I paste it like this in a new VBScript, there is a Runtimerror on line 12, 1st caracter: ws.Run
    OK, I've got it right now , thank you all very much !!! :)
  2. OPTION EXPLICIT dim wins, yourprog, yourfileSet wins = WScript.CreateObject("WScript.Shell")yourprog = "C:\Program Files\Windows Media Player\wmplayer.exe"yourfile = CHR(34) & "C:\Windows\Desktop\YOURFILE.avi" & CHR(34)'You need to quote the file you're putting in, as you would in'start, run.. so the chr(34) does that (double-quote)ws.Run CHR(34) & yourprog & CHR(34) & yourfile, 0, "FALSE"

    thnx, but where should I paste this into my vbsript? After the part wich is:

    if choice = vbYes Then....

    thank you for helping me... :)--- by the way... when I paste it like this in a new VBScript, there is a Runtimerror on line 12, 1st caracter: ws.Run

×
×
  • Create New...