X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; q=dns; s=default; b=aRp 7GtSRy+xCPB2N0XZ0PqZa8CS3u57OBe5JLlLt35Kdoo9nGaawpW9ftXfenV4tKhu +RwD6zQ5YVuhfQuCQ3S66qfaISuRBd8YW5S1v7EeD4naBFGN1BktkZnS73+yaTnu GEHC6qirKSnLd8yBp2qvoWZkkJ/NJnIYyk/dKy8w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; s=default; bh=yIOfXZSc/ M39w+jLmJyn9Mf5ieE=; b=XnuXnr9EpQAN5C/ePziDbDWzFRsBxox8Yz21FYCVv zQqiYBfxvQp95qx1sTMlCFp2rE8IihzeQeHEstEDblcFixlOiYj6bPgZzlrr7nb6 TkIQf7fL0YvfUfA58TVyl+8TwVnU0dgcwANXLnzYkFLbE5Pcvs8KUGgGm7hKvfy8 rg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_05,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=everybody, nem, colon, waved X-HELO: mail-qk0-f175.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:content-transfer-encoding; bh=x1pofUBGvA9YmoKMTvnrCp9SudbcUXkylivXk6VeYXY=; b=QFanYZzQdu3j/s9jkyoBgWtP4j/u2PqvOBZTojrF7LdCCA4FxXsUBsd5KySVkKUUNG bIpAS/iWD44Q12OPfHHgTr/a4hjN8SZ9SNLzslBI8x52TaRT1FDxuqCgtxz250pqks4N X9vKib0PLPQn24gxED5KxpT8UdlOxaW1RdBG/If9XshPOXxTp7g+u6v/CGT2oCf35icX qnbo+PaL4fZFBxodBmMWFiznUjQt17e2wnhT1WCUGBuHDpQ1seN/R4gacLbYHVpi93Cx NNiCIE7BNb567dztGJ6ExE3kmvCJUxY39GWNBLznMffiTJQOVZtM0Kh0HelWWEk0EaLF b5mQ== X-Gm-Message-State: AE9vXwMYEi+DLbVdAlXu1mnKpe2MiQkoAmHMRpwkdD8wQKqxkAV3smxtZC84OuPLGLbWWkzaTedbQ5sVZHRL5w== X-Received: by 10.55.165.129 with SMTP id o123mr1563210qke.75.1473778200788; Tue, 13 Sep 2016 07:50:00 -0700 (PDT) MIME-Version: 1.0 From: Nem W Schlecht Date: Tue, 13 Sep 2016 09:50:00 -0500 Message-ID: Subject: Change in 'cygstart' functionality? To: The Cygwin Mailing List Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u8DEoMnu000514 Hello all, So, I used to be able to do this in Cygwin to open a chat session (in my case, With Skype for Business aka S4B): cygstart "sip:user AT domain DOT com" But I noticed recently that this now fails with: Unable to start 'sipuser AT domain DOT com': The specified file was not found. I have no idea why the colon ":" is getting converted into an a UTF F038 character. I'm also unsure of when this stopped working, since I don't use it all that often. I thought maybe having some slashes would be required, so I tried: cygstart "sip:/user AT domain DOT com" Error: Unable to start 'sip\user AT domain DOT com': The specified file was not found. And yes, I did cut-paste that and *yes* the direction of the slash *changed*. With 2 slashes, a get an error in S4B that the address doesn't exist/is incorrect. With 3 slashes, a new chat window opens! But its with user "///user AT domain" (ie - non-existant user). Is the way the SIP protocol needs to be called broken or did something change in Cygwin to require slashes as a part of cygstart? Any suggestions on this? Thanks everybody! -- Nem W Schlecht "Perl did the magic. I just waved the wand." -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple