mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] howto: double-click on tm-file starts texmacs (windows)


Chronological Thread 
  • From: Andreas Seidl <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] howto: double-click on tm-file starts texmacs (windows)
  • Date: Thu, 11 Dec 2003 01:52:40 +0100 (CET)


On Mon, 8 Dec 2003, David Allouche wrote:

> I do not know in which way the win32 command.exe (that's the piece of
> cruft which executes .bat files, right?) handles backslashes, but I guess
> one could try:
>
> c:\cygwin\bin\bash --login -c "texmacs \"`cygpath -u \"%1\"`\""

Thanks, this is it almost. My final version is

c:\cygwin\bin\bash --login -c "texmacs \"`cygpath -u "%1"`\""

i.e. escaping the quotes around %1 is not necessary (and does not work).

Btw., I use cmdow to hide the shell window.

Andreas.





Archive powered by MHonArc 2.6.19.

Top of page