Build precise queries to find exactly what you need
Press ESC to close
@darryl.madtha
Favorites0
Views
Projects0
but the pool names with spaces cannot be checked. ' for pool names with spaces numargs = WScript.Arguments.Unnamed.length - 1 for i = 1 to numargs 'WScript.Echo(" " + WScript.Arguments.Unnamed.Item(i)) strArgAppPool = strArgAppPool & " " & WScript.Arguments.Unnamed.Item(i) next
Reviewed 13 years ago