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]

Cygwin.bat (was: [ANNOUNCEMENT] Updated: libreadline7-7.0.3-3)


Eric Blake writes:
>> As in "C:\cygwin64\Cygwin.bat" that can be found after a regular install of
>> Cygwin
>> 
>
> Oh, that one doesn't show up under 'cygcheck -p', so it must be created
> by setup.exe.

It's created by the postinstall script of base-files.  The source for it
lives in /etc/defaults/Cygwin.bat in case you're wondering.

>>> It's short:
>>>
>>> @echo off
>>> setlocal enableextensions
>>> set TERM=3D
>>> cd /d "%~dp0bin" && .\bash --login -i
>> 
>> Uh, no? Mine looks like this. Again this is the file installed by
>> Cygwin, not
>> something I have home brewed:
>> 
>>    @echo off
>>    C:
>>    chdir C:\cygwin64\bin
>>    bash --login -i
>
> Odd that there are two different flavors of the file - but the point
> remains that they are doing pretty much the same thing: starting bash.

You have the test version of base-files installed, Steven has the
release version.


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