This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: Executing .bat files from bash


Dan.Karipides@trilogy.com wrote:
> 
> I've searched the archives for this and can only find very old articles
> that don't
> directly answer my question.
> 
> I've noticed in the current b20.1 release, that I can run a bat file simply
> by
> typing it's name.  I haven't seen the need to type "cmd /c <file>.bat",
> which
> was suggested in the older archived mail.  All I need to type is <file>.bat
> and the bat file will execute.  However, I'm wondering if I can set an
> environment variable or a registry key or something that will eliminate
> the need to type the ".bat" extension.  Basically, .exe files don't need
> it,
> .sh files don't need it -- anyway that .bat can be made to not need the
> extension to execute?  I'll even patch bash if I have to.

Dan,

I don't have a patch for bash but a suggestion that might help, assuming
that the batch files you use are "stable" (total number constant,
infrequent additions or deletions from the list) so maintenance would be
easier.

Create a series of aliases for your batch commands in the .bashrc file:

    alias file=file.bat
    alias file1=file1.bat
    etc...

-- 
Bob McGowan
Staff Software Quality Engineer
VERITAS Software
rmcgowan@veritas.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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