X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=teln-0.12.vbs;fp=teln-0.11.vbs;h=a5f4d519dfc875262a9458e2a57dbfa46de3cdaf;hb=661fd9e76c743d76a8bca8b94855db0065083e82;hp=478bc7200dc4a325f08329a5f8093b2a8af0fbb5;hpb=67e1cea5d6580f58bfde81d52c9f92dab588bd56;p=teln%2Fteln-repo.git diff --git a/teln-0.11.vbs b/teln-0.12.vbs similarity index 99% rename from teln-0.11.vbs rename to teln-0.12.vbs index 478bc72..a5f4d51 100644 --- a/teln-0.11.vbs +++ b/teln-0.12.vbs @@ -216,7 +216,7 @@ For Each Match in Matches Next Set Matches = Nothing Set Match = Nothing -If LCase(yn) <> "y" Then Exit Sub +If LCase(yn) = "n" Then Exit Sub Set xmldom = WScript.CreateObject("Microsoft.XMLDOM") Set node = xmldom.CreateElement("base64-node") @@ -249,3 +249,4 @@ Set stm = Nothing Set oHttpRequest = Nothing End Sub +