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] | |
David Christensen escribe:
> Pinaki Mukherjee wrote:
> > I have installed Cygwin. I want to invoke a shell
> > script from the DOS/Windows command prompt (instead of
> > opening Cygwin Window first and calling it from
> > there). How can I do this?
> > Thanks for any help.
>
> This is a batch file that I use to launch a Bash script that backs up my
> machines:
>
> dpchrist@p42800e:~/mydocuments/backup-p42800e$ cat backup-all.bat
> @echo off
>
> C:
> chdir C:\cygwin\bin
>
> bash /backup/bin/backup-all
Use bash -i or bash --login if you also want your .bashrc or your
.bash_profile to be sourced.
Cordially, Ismael
--
Tout fourmille de commentaries, d'auteurs il en est grande cherté
http://lamediahostia.blogspot.com/
http://www.flickr.com/photos/ivalladt/
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |