This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Inconsistence on file operation when the name already exists with exe extension


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]