delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2023/12/17/03:52:53

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FAFF3858435
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1702803171;
bh=b51/BNGsCIePfIZaYy3WCCpU3LceXGwjyjqzbsr+rPk=;
h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=agiMrWqxPYnUiVughN6wP7z4X0aDYV85LxsyiEHoxDo4dDkAS2FWLR9Y39fZ/Ooq2
0lpL1vejgdKq+ojXgKvE49VoeQiQjjhfudSyt5J8d4c7r+zbYcE8oFU6VT8epit+8A
J6AEL60+HFE3p/Y/feSx6ggYxG0K1JnRqONUjS+M=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3353B3858D28
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 3353B3858D28
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702803136; cv=none;
b=qnUT1jEbnGnAA9WvC3a6n2tOQ+tiqOqxJPE9jG0XgbuDE2sz1nmyUb3S/BA5V5rhppmpIAeWPSDD+DSWZnzNUfmpgb2zyzhonVgUkeLPQAqD5H4w6nSB67r1JrqGKNWc8N1DcByw62ZHHeFYGlUU/fP6XSGgqKcp6e5a1QkawgE=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1702803136; c=relaxed/simple;
bh=I5KqUwbyMu/bbYKEcclDK88j5Wzab4OT0LzzC0UVn80=;
h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version;
b=O9VoMU3srFk0Hg0jUBxOaoKhxrvk+oplRca6v0N/5lYkwGoPC1dvxSczmUiandkeuvOBQSqZ6FiAanORxBZaNAD5ai6ELDQJAUacQDmTIsrZBPDT7zwUXeEadhbfkItuYdaI1GGxQlpSR/NoCQuPx8IqpFZAY9mQPf5hGz4za0A=
ARC-Authentication-Results: i=1; server2.sourceware.org
To: cygwin AT cygwin DOT com
Subject: Re: Cygwin is not passing arguments to Windows apps
In-Reply-To: <3a47c469-601e-49e8-b9ec-333201a86790@andrew.cmu.edu> (Karl Crary
via Cygwin's message of "Sat, 16 Dec 2023 22:55:36 -0500")
References: <3a47c469-601e-49e8-b9ec-333201a86790 AT andrew DOT cmu DOT edu>
Date: Sun, 17 Dec 2023 09:51:59 +0100
Message-ID: <87fs01p5xs.fsf@Gerda.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
X-purgate-type: clean
X-purgate: clean
X-purgate-size: 911
X-purgate-ID: 155817::1702803128-E97FF6E3-FF4C3144/0/0
X-Spam-Status: No, score=-3030.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2,
SPF_HELO_NONE, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: ASSI via Cygwin <cygwin AT cygwin DOT com>
Reply-To: ASSI <Stromeko AT nexgo DOT de>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 3BH8qqWl009802

Karl Crary via Cygwin writes:
> I am encountering a bug wherein Cygwin is not passing arguments to
> most Windows programs (although Cygwin programs are doing fine).

What you are encountering is unlikely a bug in Cygwin.

> For example, the following command ought to be dumping a lot of usage
> information, but instead it starts a command prompt, which is what it
> does when not passed any argument.
>
>
> $ cmd /?

WJFFM (example done in sh):

$ PATH+=:/cygdrive/c/WINDOWS/system32
$ cmd /?
Startet eine neue Instanz des Windows Befehlsinterpreters.

CMD [/A | /U] [/Q] [/D] [/E:ON | /E:OFF] [/F:ON | /F:OFF] [/V:ON | /V:OFF]
    [[/S] [/C | /K] Zeichenfolge]
[…]


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019