8,452
edits
Paradox-01 (talk | contribs) (vbs code for drag and drop support) |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 1,042: | Line 1,042: | ||
' INFO : Upper Bound: 1 / 2 / 1 | ' INFO : Upper Bound: 1 / 2 / 1 | ||
' '''[32] open an explorer window''' | |||
' this could be used open an output folder ... | |||
strPath = "[http://support.microsoft.com/kb/152457 explorer.exe /e]," & XSIUtils.ResolvePath("$SI_HOME/") | |||
Set objShell = CreateObject("Wscript.Shell") | |||
objShell.Run strPath | |||
====Script ideas==== | ====Script ideas==== |
edits