delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/04/30/05:20:18

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:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=Xoslc4p
1BhQVoynoSpFsBcZ5CsrcJIrT1ShKadT1MZXV7Bc2CAVVnFIKwZIWBKZfLfrr3sg
6YcRHohHuU4xM6RlD3RP4VHUr/jWeGhY9FAmccn3MWkecG6IZXeZXaKTGoM9LuCA
9SzhGFHksjp241SJ91xSAZsvvLC2bvpqhISU=
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:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=zdzCzMw2s0+fo
aaFWc3k+VayRaM=; b=CGE+dXNeccqAKgJCdQOe4YVE+Mhgg+Tmb8alIakasIWFx
xkOg6b3pK/CeqCy/JDrSETfqzG1loT5T46Cu/IGJQ6GpMaO16KlDr83ORYvg+TXc
ACd7wbydCqqSQbK46mghoZMR0DRltLnMmsB4Akq072/KdM2XiK3N0fJwyDUZwU=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=hoping, You, You!, services
X-HELO: mail-it0-f54.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=R0BYmhhkU0uH/5bsVpLZCHkNs7ZHGHNHtQ/lCLVje04=; b=hg7g8j2k5Wi52IM/pRShaeh70oxgwFeICEA++QCYw+H5fePT/FxxknXVGS1lvz2sl7 IGokV3UpQhT40mTFcxOODG2jyvTgpwu03hPwo/RwBYY7sx1tdhV1Sb4NxvH/aXO3B05+ dAQv31kIgtT0W1XJw6HPh0qLTTRqREgOh9sd5IsoEg1uVYhrf4crs4UGA6wO9PEXQu51 SMGKLD20/RKzGutPpH0n/n9kNxLVfDXuN6yR8qTtYDJt0K3DPvKdTxmUpd24Jun3bi3U lpbN70znt7oZF1Jq7vQZ0ZUQ4BHPyjPXPeZNF71tDUZel5s4QFt/W2wNBY8Dn+eLK85Y bKbg==
X-Gm-Message-State: ALQs6tCdj3E2ZI7obVL1bqMybsozMmsM5VTv1+KS338EHr/AvFtV51A2 aU0jaydbA9z7/BKS5g6CA6JsKdhinyMx+TZPkvBFzw==
X-Google-Smtp-Source: AB8JxZq8aCEVgYol8BA5mQuhfhXZk+hHLZ/w/+AmAZArCQ7LN41Ov1+swgs6VNBUPIoSu95N/wD0x7wi32C9MYlDFOg=
X-Received: by 2002:a24:ce83:: with SMTP id v125-v6mr11459265itg.8.1525080002551; Mon, 30 Apr 2018 02:20:02 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <e988ba24-6c1b-40cc-4473-f059eb6e89cb@gmail.com>
References: <CAG2dRtHn0VTEcuTUmDfM=_S_vrUoYFsJ5J+W50B0217-SdG7Bg AT mail DOT gmail DOT com> <e988ba24-6c1b-40cc-4473-f059eb6e89cb AT gmail DOT com>
From: Dave Caswell <dave DOT caswell AT gmail DOT com>
Date: Mon, 30 Apr 2018 03:20:02 -0600
Message-ID: <CAG2dRtG7R65vsbuR-Wgq+UKzfuQzTX2zTnDHtGCaiD0biJefzg@mail.gmail.com>
Subject: Re: update batch file
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

On Mon, Apr 30, 2018 at 2:33 AM, Vlado <xxxxxxx AT gmail DOT com> wrote:
> On 30.4.2018 3:57, Dave Caswell wrote:
>>
>> Has anyone created a batch file that stops the cygwin services, runs
>> setup to get updates in the background, and then restarts the
>> services??
>
>
> Hi Dave.
>
> I created similar script:
> https://gist.github.com/Vlado-99/1d59bf05b70481377ff90bb53e13bb2d
>
> Add more services as You wish.
> Add --quiet-mode and (probably) --upgrade-also to %SETUP%.exe (line 289).

Thank You!   That's just the sort of script I was hoping to find.

--
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

- Raw text -


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