Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Set WshShell = WScript.CreateObject("WScript.Shell")
- currentDirectory = left(WScript.ScriptFullName,(Len(WScript.ScriptFullName))-(len(WScript.ScriptName)))
- Return = WshShell.Run("iexplore.exe -k file://" & currentDirectory & "website\index.html", 1)
Advertisement
Add Comment
Please, Sign In to add comment