Mod Tool: Difference between revisions

m
changing link from http->https
m (changing link from http->https)
m (changing link from http->https)
Line 1,623: Line 1,623:
   
   
  ' this could be used open an output folder ...
  ' this could be used open an output folder ...
  strPath = "[http://support.microsoft.com/kb/152457 explorer.exe /e]," & XSIUtils.ResolvePath("$SI_HOME/")
  strPath = "[https://support.microsoft.com/kb/152457 explorer.exe /e]," & XSIUtils.ResolvePath("$SI_HOME/")
  Set objShell = CreateObject("Wscript.Shell")
  Set objShell = CreateObject("Wscript.Shell")
  objShell.Run strPath
  objShell.Run strPath
2,112

edits