X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Message-ID: From: Aaron Schneider To: Subject: RE: Inconsistence on file operation when the name already exists with exe extension Date: Sun, 8 Jul 2012 20:49:21 +0000 In-Reply-To: <4FF9ED18.4080006@gmail.com> References: ,<4FF9ED18 DOT 4080006 AT gmail DOT com> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q68Knb7j013371 Since for creating file and file.exe in cygwin, the file without exe must be created first to have both, under windows you can follow any order: Using Windows 7 PowerShell: -- This works -- fsutil file createnew file.exe 0 fsutil file createnew file 0 -- This works as well -- fsutil file createnew file 0 fsutil file createnew file.exe 0 -- 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